From db636ead95b6c8662fafee4f928c35ee5648b15b Mon Sep 17 00:00:00 2001 From: "zyx.net" Date: Fri, 13 Jan 2023 11:38:48 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E8=AF=A6=E6=83=85=20?= =?UTF-8?q?=E6=97=B6=E9=97=B4=E9=9D=9E=E5=BF=85=E5=A1=AB=20=E6=97=B6?= =?UTF-8?q?=E9=97=B4=E4=B8=BA=E7=A9=BA=E5=A4=96=E9=9D=A2=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E4=B8=8D=E5=B1=95=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/settingList.vue | 112 +++++++++--------- 1 file changed, 56 insertions(+), 56 deletions(-) diff --git a/jero-web/src/views/projectManagement/components/settingList.vue b/jero-web/src/views/projectManagement/components/settingList.vue index 27189de6d..0161134a8 100644 --- a/jero-web/src/views/projectManagement/components/settingList.vue +++ b/jero-web/src/views/projectManagement/components/settingList.vue @@ -13,7 +13,7 @@
- * + {{$t('confirmationOfRegulationsList')}}
@@ -32,7 +32,7 @@
- * + {{$t('regulatoryTaskConfirmation')}}
@@ -51,7 +51,7 @@
- * + {{$t('confirmationOfDesignConformity')}}
@@ -70,7 +70,7 @@
- * + {{$t('preHomoCompletion')}}
@@ -89,7 +89,7 @@
- * + {{$t('certificationStart')}}
@@ -109,7 +109,7 @@
- * + {{$t('certificationEnd')}}
@@ -129,7 +129,7 @@
- * + {{$t('verificationAndConformityconfirmation')}}
@@ -163,55 +163,55 @@ confirmLoading: false, formInline: {}, rules: { - listConfirmation: [ - { - required: true, - message: this.$t('confirmationOfRegulationsList') + this.$t('cannotEmpty'), - trigger: 'change' - } - ], - legalTaskConfirmation: [ - { - required: true, - message: this.$t('regulatoryTaskConfirmation') + this.$t('cannotEmpty'), - trigger: 'change' - } - ], - designDeadline: [ - { - required: true, - message: this.$t('confirmationOfDesignConformity') + this.$t('cannotEmpty'), - trigger: 'change' - } - ], - prehomoDeadline: [ - { - required: true, - message: this.$t('preHomoCompletion') + this.$t('cannotEmpty'), - trigger: 'change' - } - ], - attestationStartTime: [ - { - required: true, - message: this.$t('certificationStart') + this.$t('cannotEmpty'), - trigger: 'change' - } - ], - attestationEndTime: [ - { - required: true, - message: this.$t('certificationEnd') + this.$t('cannotEmpty'), - trigger: 'change' - } - ], - verifyDeadline: [ - { - required: true, - message: this.$t('verificationConfirmationDeadline') + this.$t('cannotEmpty'), - trigger: 'change' - } - ] + // listConfirmation: [ + // { + // required: true, + // message: this.$t('confirmationOfRegulationsList') + this.$t('cannotEmpty'), + // trigger: 'change' + // } + // ], + // legalTaskConfirmation: [ + // { + // required: true, + // message: this.$t('regulatoryTaskConfirmation') + this.$t('cannotEmpty'), + // trigger: 'change' + // } + // ], + // designDeadline: [ + // { + // required: true, + // message: this.$t('confirmationOfDesignConformity') + this.$t('cannotEmpty'), + // trigger: 'change' + // } + // ], + // prehomoDeadline: [ + // { + // required: true, + // message: this.$t('preHomoCompletion') + this.$t('cannotEmpty'), + // trigger: 'change' + // } + // ], + // attestationStartTime: [ + // { + // required: true, + // message: this.$t('certificationStart') + this.$t('cannotEmpty'), + // trigger: 'change' + // } + // ], + // attestationEndTime: [ + // { + // required: true, + // message: this.$t('certificationEnd') + this.$t('cannotEmpty'), + // trigger: 'change' + // } + // ], + // verifyDeadline: [ + // { + // required: true, + // message: this.$t('verificationConfirmationDeadline') + this.$t('cannotEmpty'), + // trigger: 'change' + // } + // ] }, ids: [] }