From e795a277482c74de8d2958c8f020e7ca76c2e637 Mon Sep 17 00:00:00 2001 From: qq787203167 <787203167@qq.com> Date: Thu, 26 May 2022 17:46:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=B7=B2=E7=9F=A5=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../projectManagement/components/settingList.vue | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/jero-web/src/views/projectManagement/components/settingList.vue b/jero-web/src/views/projectManagement/components/settingList.vue index 7aaa049fb..f65bc988f 100644 --- a/jero-web/src/views/projectManagement/components/settingList.vue +++ b/jero-web/src/views/projectManagement/components/settingList.vue @@ -95,6 +95,7 @@ attestationEndTime.valueOf()){ + return true; + } + return endDate < moment(attestationStartTime).add( 'days'); + }, + disabledRegistrationStartDate(StartDate){ + const { attestationStartTime,attestationEndTime } = this.formInline; + if(attestationEndTime && StartDate.valueOf() > attestationEndTime.valueOf()){ + return true; + } + return StartDate > moment(attestationEndTime).add( 'days'); + }, edit() { this.visible = true this.$nextTick(() => {