From ed10e53fc52d4dae35be036bcebd736f21c9ebbb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E9=9C=84?= Date: Wed, 10 Jan 2024 15:06:13 +0800 Subject: [PATCH] fix 80081 --- .../ProjectComplianceEvaluationProcess.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/workCenter/projectComplianceEvaluationProcess/ProjectComplianceEvaluationProcess.vue b/src/views/workCenter/projectComplianceEvaluationProcess/ProjectComplianceEvaluationProcess.vue index cad09943..458041ca 100644 --- a/src/views/workCenter/projectComplianceEvaluationProcess/ProjectComplianceEvaluationProcess.vue +++ b/src/views/workCenter/projectComplianceEvaluationProcess/ProjectComplianceEvaluationProcess.vue @@ -722,7 +722,7 @@ export default { // 发起人 { title: this.$t('workCenter.processCenter.initiator'), - dataIndex: 'depart', + dataIndex: 'promoter', width: 200 }, // 模块负责人