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