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: [] }