src/views/customerService/expiryAfterSales/index.vue
@@ -60,7 +60,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('handle', row)" v-if="row.status === 1">处理</el-button> </template> </PIMTable> </div>