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