From 826354dbdd1b55fe77688824d00601738580c9e7 Mon Sep 17 00:00:00 2001 From: sunFlower <787203167@qq.com> Date: Mon, 24 Oct 2022 17:40:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=B3=95=E8=A7=84=E6=9C=88?= =?UTF-8?q?=E6=8A=A5=E7=9A=84=E9=93=BE=E6=8E=A5=E5=AD=97=E6=AE=B5=E9=95=BF?= =?UTF-8?q?=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/modules/defaultTemplate.vue | 16 +++++++-------- .../components/modules/industryTemplate.vue | 20 +++++++++---------- .../components/modules/releaseStandard.vue | 6 +++--- .../components/modules/solicitOpinions.vue | 6 +++--- 4 files changed, 24 insertions(+), 24 deletions(-) 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 @@