From 7a24fa13e78d9959514789a82396ccab6adf23ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E9=9C=84?= Date: Fri, 12 Jan 2024 11:29:47 +0800 Subject: [PATCH] fix 80708 --- .../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 1e3b2aa..21dfe11 100644 --- a/src/views/workCenter/projectComplianceEvaluationProcess/ProjectComplianceEvaluationProcess.vue +++ b/src/views/workCenter/projectComplianceEvaluationProcess/ProjectComplianceEvaluationProcess.vue @@ -211,9 +211,9 @@ export default { align: 'center', scopedSlots: { customRender: 'content' } }, - // 上一节点处理人 + // 评估人 { - title: this.$t('projectCompliance.preNodeProcessesPeople'), + title: this.$t('projectCompliance.evaluator'), dataIndex: 'previousNodeHandler', width: 150, align: 'center'