From 1af17cb0c89ff7b0591901e5fb959cbbb0e59541 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E9=9C=84?= Date: Mon, 29 Jan 2024 15:34:53 +0800 Subject: [PATCH] fix 81420 --- src/enums/commonEnums.js | 3 ++- .../components/DesignEngineerAssess.vue | 14 ++++++++++++-- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/src/enums/commonEnums.js b/src/enums/commonEnums.js index 806cde31..68fd6417 100644 --- a/src/enums/commonEnums.js +++ b/src/enums/commonEnums.js @@ -567,7 +567,8 @@ export const InconformityItemState = { // 法规合规评估结果 export const StandardEvaluationResultType = { accordWith: { text: '符合', value: '1' }, - inconformity: { text: '不符合', value: '2' } + inconformity: { text: '不符合', value: '2' }, + notInvolve: { text: '不涉及', value: '4' } } // 条款使用范围 diff --git a/src/views/workCenter/standardComplianceProcess/components/DesignEngineerAssess.vue b/src/views/workCenter/standardComplianceProcess/components/DesignEngineerAssess.vue index fcba192f..5fd91308 100644 --- a/src/views/workCenter/standardComplianceProcess/components/DesignEngineerAssess.vue +++ b/src/views/workCenter/standardComplianceProcess/components/DesignEngineerAssess.vue @@ -35,7 +35,7 @@