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 @@