yaowanxin
2025-12-18 376cab4afba8fd1b8be67cae067ed917462c2e16
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>