From dcef5a922c2da413d79d6868586a02d387604638 Mon Sep 17 00:00:00 2001 From: lideqin <694785430@qq.com> Date: Mon, 8 Jan 2024 16:24:04 +0800 Subject: [PATCH] =?UTF-8?q?[update]=20=E4=BF=AE=E6=94=B9bug80392?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...MainDrafterCollectUploadMinuteBaseInfo.vue | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/src/views/workCenter/enterpriseStandardRevision/modules/MainDrafterCollectUploadMinuteBaseInfo.vue b/src/views/workCenter/enterpriseStandardRevision/modules/MainDrafterCollectUploadMinuteBaseInfo.vue index 68c4e7a2..62723088 100644 --- a/src/views/workCenter/enterpriseStandardRevision/modules/MainDrafterCollectUploadMinuteBaseInfo.vue +++ b/src/views/workCenter/enterpriseStandardRevision/modules/MainDrafterCollectUploadMinuteBaseInfo.vue @@ -79,6 +79,25 @@ + +
{{ $t('enterpriseStandardLibrary.standard.auditContent') }}
@@ -235,6 +254,14 @@ export default { trigger: 'change' } ], + // 编制说明 + compIllustration: [ + { + required: true, + message: this.$t('workCenter.enStandardRevision.compilationIllustration') + this.$t('cannotEmpty'), + trigger: 'change' + } + ], // 是否需要稽查 inspectFlag: [ {