From 32c2d6a6905aa53a862fc7c8a1764748ee3f1515 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E9=9C=84?= Date: Wed, 20 Dec 2023 15:54:20 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E9=A1=B9=E7=9B=AE=E5=90=88=E8=A7=84?= =?UTF-8?q?=E8=AF=84=E4=BC=B0=E6=B5=81=E7=A8=8B-=E5=BD=92=E6=A1=A3?= =?UTF-8?q?=E8=8A=82=E7=82=B9=E6=94=B9=E4=B8=BA=E8=AF=84=E4=BC=B0=E4=BA=BA?= =?UTF-8?q?=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ProjectComplianceEvaluationProcess.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/workCenter/projectComplianceEvaluationProcess/ProjectComplianceEvaluationProcess.vue b/src/views/workCenter/projectComplianceEvaluationProcess/ProjectComplianceEvaluationProcess.vue index 311fffbd..ca3ec426 100644 --- a/src/views/workCenter/projectComplianceEvaluationProcess/ProjectComplianceEvaluationProcess.vue +++ b/src/views/workCenter/projectComplianceEvaluationProcess/ProjectComplianceEvaluationProcess.vue @@ -754,10 +754,10 @@ export default { // 法规工程师归档 if (this.currentNode === ProjectComplianceEvaluationProcessNode.regulatoryEngineerFiling.value) { return this.basicColumns.concat([ - // 设计工程师 + // 评估人 { title: this.$t('projectLibrary.vehicleItemLibrary.evaluator'), - dataIndex: 'designEngineer', + dataIndex: 'assessorName', width: 150, align: 'center', scopedSlots: { customRender: 'text' }