From 17caede0c91139ac51a249b5993b61634aeb0552 Mon Sep 17 00:00:00 2001 From: lideqin <694785430@qq.com> Date: Wed, 3 Jan 2024 09:01:13 +0800 Subject: [PATCH] =?UTF-8?q?[update]=20=E4=BF=AE=E6=94=B9=E4=BC=81=E6=A0=87?= =?UTF-8?q?=E5=88=B6=E4=BF=AE=E8=AE=A2=E6=B5=81=E7=A8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../EnterpriseStandardRevisionFlow.vue | 2 +- .../modules/ScorerMarkBaseInfo.vue | 12 ++++++------ .../modules/StandardizationAuditBaseInfo.vue | 10 +++++----- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/src/views/workCenter/enterpriseStandardRevision/EnterpriseStandardRevisionFlow.vue b/src/views/workCenter/enterpriseStandardRevision/EnterpriseStandardRevisionFlow.vue index 00a52714..980e343e 100644 --- a/src/views/workCenter/enterpriseStandardRevision/EnterpriseStandardRevisionFlow.vue +++ b/src/views/workCenter/enterpriseStandardRevision/EnterpriseStandardRevisionFlow.vue @@ -464,7 +464,7 @@ export default { // 标准化审核节点是否可进行评审会修改,需要修改备注的是否必填和同意、驳回按钮是否可用 standardizationAuditIsMeeting (value) { // 选是的话,驳回按钮置灰,不可点击;选否,备注变成必填,内容自动带入“驳回”,下方同意按钮置灰,不可点击 - if (value === 1) { + if (value === '1') { // 选了是 this.validatorRules.commitText.rules[0].required = false this.rejectBtnDisabled = true diff --git a/src/views/workCenter/enterpriseStandardRevision/modules/ScorerMarkBaseInfo.vue b/src/views/workCenter/enterpriseStandardRevision/modules/ScorerMarkBaseInfo.vue index 7c0c54ef..bdfe8a88 100644 --- a/src/views/workCenter/enterpriseStandardRevision/modules/ScorerMarkBaseInfo.vue +++ b/src/views/workCenter/enterpriseStandardRevision/modules/ScorerMarkBaseInfo.vue @@ -47,7 +47,7 @@ const fixDataSourse = [ }, { id: 2, - score: '优秀', + score: '优良', scoreRange: '6~10' }, { @@ -65,7 +65,7 @@ const fixDataSourse = [ }, { id: 5, - score: '优秀', + score: '优良', scoreRange: '21~35' }, { @@ -82,7 +82,7 @@ const fixDataSourse = [ }, { id: 8, - score: '优秀', + score: '优良', scoreRange: '4~6' }, { @@ -100,7 +100,7 @@ const fixDataSourse = [ }, { id: 11, - score: '优秀', + score: '优良', scoreRange: '6~10' }, { @@ -117,7 +117,7 @@ const fixDataSourse = [ }, { id: 14, - score: '优秀', + score: '优良', scoreRange: '3~4' }, { @@ -134,7 +134,7 @@ const fixDataSourse = [ }, { id: 17, - score: '优秀', + score: '优良', scoreRange: '4~6' }, { diff --git a/src/views/workCenter/enterpriseStandardRevision/modules/StandardizationAuditBaseInfo.vue b/src/views/workCenter/enterpriseStandardRevision/modules/StandardizationAuditBaseInfo.vue index 75ff5904..9948133e 100644 --- a/src/views/workCenter/enterpriseStandardRevision/modules/StandardizationAuditBaseInfo.vue +++ b/src/views/workCenter/enterpriseStandardRevision/modules/StandardizationAuditBaseInfo.vue @@ -28,16 +28,16 @@ - + {{ $t('yes') }} - + {{ $t('not') }} -