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') }} -