From f35c825a6e24756c8e72af040e675f40b2de6f18 Mon Sep 17 00:00:00 2001 From: "han\\hanst" Date: Fri, 30 Jan 2026 09:57:34 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=9F=E4=BA=A7=E8=B4=9F=E8=B4=A3=E4=BA=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/erf/components/expTriConfirm.vue | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/views/modules/erf/components/expTriConfirm.vue b/src/views/modules/erf/components/expTriConfirm.vue index b44990b..d4f26da 100644 --- a/src/views/modules/erf/components/expTriConfirm.vue +++ b/src/views/modules/erf/components/expTriConfirm.vue @@ -43,7 +43,7 @@ @@ -178,13 +178,13 @@ + placeholder="请选择生产负责人"> @@ -260,7 +260,7 @@ @@ -764,7 +764,7 @@ export default { this.currentRoleTypeForUser = roleType const roleNames = { - 'PROD': '车间负责人', + 'PROD': '生产负责人', 'QA': '质量负责人', 'TECH': '技术负责人' } @@ -829,7 +829,7 @@ export default { // 验证三个负责人必须都选择 if (!this.processForm.prodApproverName) { - this.$message.warning('请选择车间负责人') + this.$message.warning('请选择生产负责人') return } @@ -947,7 +947,7 @@ export default { this.currentTime = this.formatDateTime(new Date()) const roleNames = { - 'PROD': '车间负责人', + 'PROD': '生产负责人', 'QA': '质量负责人', 'TECH': '技术负责人' }