From 6f0bb3545a338f92094ec279d08fa725081d81f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=BD=A6=E6=B3=BD?= Date: Mon, 13 Mar 2023 12:42:36 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E6=A1=A3=E5=B7=A5=E5=85=B7-=E8=99=9A?= =?UTF-8?q?=E6=8B=9F=E8=AE=A4=E8=AF=81=E6=B8=85=E5=8D=95=E7=BB=B4=E6=8A=A4?= =?UTF-8?q?-=E6=B7=BB=E5=8A=A0(=E8=A1=A8=E5=8D=95=E9=AA=8C=E8=AF=81)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/addModel.vue | 21 +++++++------------ 1 file changed, 7 insertions(+), 14 deletions(-) diff --git a/jero-web/src/views/virtualAuthenticationList/components/addModel.vue b/jero-web/src/views/virtualAuthenticationList/components/addModel.vue index a6769ebff..d843aa964 100644 --- a/jero-web/src/views/virtualAuthenticationList/components/addModel.vue +++ b/jero-web/src/views/virtualAuthenticationList/components/addModel.vue @@ -84,8 +84,8 @@ + {max: 300,message: $t('category') + $t('cannotExceed') + 300 + $t('Characters'),trigger: 'blur'}]" + > @@ -98,7 +98,11 @@ * {{$t('inspectionItems')}} - + @@ -201,17 +205,6 @@ export default { trigger: 'blur' } ], - inspectionItem: [ - { required: true, - message: this.$t('inspectionItems') + this.$t('cannotEmpty'), - trigger: 'blur' - }, - { - max: 300, - message: this.$t('inspectionItems') + this.$t('cannotExceed') + 300 + this.$t('Characters'), - trigger: 'blur' - } - ], }, } },