From a4acabfa10d27a706ac70caa03b0449fdef0f779 Mon Sep 17 00:00:00 2001 From: qq787203167 <787203167@qq.com> Date: Fri, 5 Aug 2022 18:01:45 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=B7=B2=E7=9F=A5bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/initiatingProcess.vue | 22 +++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) diff --git a/jero-web/src/views/businessSupport/technologyAssessment/components/initiatingProcess.vue b/jero-web/src/views/businessSupport/technologyAssessment/components/initiatingProcess.vue index bf5510115..3fe7b62f4 100644 --- a/jero-web/src/views/businessSupport/technologyAssessment/components/initiatingProcess.vue +++ b/jero-web/src/views/businessSupport/technologyAssessment/components/initiatingProcess.vue @@ -96,7 +96,7 @@
{{$t('processBackground')}}
- + {{$t('remarks')}} - +
- * + {{$t('evaluationMethod')}}
@@ -239,7 +239,21 @@ message: this.$t('Assessor') + this.$t('cannotEmpty'), trigger: 'change' } - ] + ], + processBackground:[ + { + max: 300, + message: this.$t('processBackground') + this.$t('cannotExceed') + 300 + this.$t('Characters'), + trigger: 'blur' + } + ], + remark:[ + { + max: 300, + message: this.$t('remarks') + this.$t('cannotExceed') + 300 + this.$t('Characters'), + trigger: 'blur' + } + ], }, searchParmes: {}, selectedRowKeysRecord: [],