diff --git a/jero-web/src/views/businessSupport/regulationReport/components/modules/defaultTemplate.vue b/jero-web/src/views/businessSupport/regulationReport/components/modules/defaultTemplate.vue index ac203237e..a16ec2490 100644 --- a/jero-web/src/views/businessSupport/regulationReport/components/modules/defaultTemplate.vue +++ b/jero-web/src/views/businessSupport/regulationReport/components/modules/defaultTemplate.vue @@ -331,29 +331,29 @@ ], productionCarImplementTime: [ { - max: 100, - message: this.$t('vehicleInProductionDate') + this.$t('cannotExceed') + 100 + this.$t('Characters'), + max: 500, + message: this.$t('vehicleInProductionDate') + this.$t('cannotExceed') + 500 + this.$t('Characters'), trigger: 'blur' } ], newCarImplementTime: [ { - max: 100, - message: this.$t('ImplementationDate') + this.$t('cannotExceed') + 100 + this.$t('Characters'), + max: 500, + message: this.$t('ImplementationDate') + this.$t('cannotExceed') + 500 + this.$t('Characters'), trigger: 'blur' } ], issueTime: [ { - max: 100, - message: this.$t('releaseDate') + this.$t('cannotExceed') + 100 + this.$t('Characters'), + max: 500, + message: this.$t('releaseDate') + this.$t('cannotExceed') + 500 + this.$t('Characters'), trigger: 'blur' } ], implementCar: [ { - max: 100, - message: this.$t('implementationModel') + this.$t('cannotExceed') + 100 + this.$t('Characters'), + max: 500, + message: this.$t('implementationModel') + this.$t('cannotExceed') + 500 + this.$t('Characters'), trigger: 'blur' } ], diff --git a/jero-web/src/views/businessSupport/regulationReport/components/modules/industryTemplate.vue b/jero-web/src/views/businessSupport/regulationReport/components/modules/industryTemplate.vue index d265772bf..41b44678b 100644 --- a/jero-web/src/views/businessSupport/regulationReport/components/modules/industryTemplate.vue +++ b/jero-web/src/views/businessSupport/regulationReport/components/modules/industryTemplate.vue @@ -194,36 +194,36 @@ ], relatedAreasEn: [ { - max: 100, - message: this.$t('relatedFieldsEn') + this.$t('cannotExceed') + 100 + this.$t('Characters'), + max: 500, + message: this.$t('relatedFieldsEn') + this.$t('cannotExceed') + 500 + this.$t('Characters'), trigger: 'blur' } ], relatedAreasCn: [ { - max: 100, - message: this.$t('relatedFields') + this.$t('cannotExceed') + 100 + this.$t('Characters'), + max: 500, + message: this.$t('relatedFields') + this.$t('cannotExceed') + 500 + this.$t('Characters'), trigger: 'blur' } ], sourceCn: [ { - max: 100, - message: this.$t('source') + this.$t('cannotExceed') + 100 + this.$t('Characters'), + max: 500, + message: this.$t('source') + this.$t('cannotExceed') + 500 + this.$t('Characters'), trigger: 'blur' } ], sourceEn: [ { - max: 100, - message: this.$t('sourceEn') + this.$t('cannotExceed') + 100 + this.$t('Characters'), + max: 500, + message: this.$t('sourceEn') + this.$t('cannotExceed') + 500 + this.$t('Characters'), trigger: 'blur' } ], time: [ { - max: 100, - message: this.$t('date') + this.$t('cannotExceed') + 100 + this.$t('Characters'), + max: 500, + message: this.$t('date') + this.$t('cannotExceed') + 500 + this.$t('Characters'), trigger: 'blur' } ], diff --git a/jero-web/src/views/businessSupport/regulationReport/components/modules/releaseStandard.vue b/jero-web/src/views/businessSupport/regulationReport/components/modules/releaseStandard.vue index 8fe91d578..35bf4c0d1 100644 --- a/jero-web/src/views/businessSupport/regulationReport/components/modules/releaseStandard.vue +++ b/jero-web/src/views/businessSupport/regulationReport/components/modules/releaseStandard.vue @@ -20,7 +20,7 @@