gaoluyang
2025-12-04 cec42fd188b00a2f8fe8f6902ccfc58381d2a481
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>