周宾
2025-12-11 1e98a8ac4e83a75d74ebb2d6fcd23bb4db41c09f
src/views/customerService/expiryAfterSales/index.vue
@@ -59,7 +59,7 @@
            <template #operation="{ row }">
               <el-button type="primary" link @click="openForm('view', row)">查看</el-button>
               <el-button type="primary" link @click="openForm('edit', row)" v-if="row.status === 1">编辑</el-button>
               <el-button type="primary" link @click="openForm('edit', row)">编辑</el-button>
            </template>
         </PIMTable>
      </div>