From ccb73e2ea5b4366bf8e8f8022abdf9cdc8faad10 Mon Sep 17 00:00:00 2001 From: hejianhao <15708179461@qq.com> Date: 星期二, 29 四月 2025 16:21:20 +0800 Subject: [PATCH] 化验室评定 --- laboratory/src/views/deliveryAssessment/testingAndEvaluation/index.vue | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/laboratory/src/views/deliveryAssessment/testingAndEvaluation/index.vue b/laboratory/src/views/deliveryAssessment/testingAndEvaluation/index.vue index 4a30f38..781e37c 100644 --- a/laboratory/src/views/deliveryAssessment/testingAndEvaluation/index.vue +++ b/laboratory/src/views/deliveryAssessment/testingAndEvaluation/index.vue @@ -70,6 +70,8 @@ </el-table-column> <el-table-column prop="age" label="操作"> <template #default="{ row }"> + <!-- 工艺工程师 --> + <!-- <el-button type="text" @click="assessmentVisible = true">评定</el-button> --> <el-button type="text" @click="assessmentVisible = true">详情</el-button> </template> </el-table-column> @@ -111,7 +113,7 @@ if (this.expandRowKeys.includes(row.id)) { this.expandRowKeys = this.expandRowKeys.filter(key => key !== row.id); } else { - this.expandRowKeys.push(row.id); + this.expandRowKeys = [row.id]; } }, handleCurrentChange(page) { -- Gitblit v1.7.1