From f7e706e1076c89b1669ce51942d890038a4feb33 Mon Sep 17 00:00:00 2001 From: liaozetao <1107136310@qq.com> Date: Mon, 15 Apr 2024 16:29:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=AD=97=E7=AC=A6=E9=99=90?= =?UTF-8?q?=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/nameplate/NameplateInfoView.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/nameplate/NameplateInfoView.vue b/src/views/nameplate/NameplateInfoView.vue index e46853d..792b95b 100644 --- a/src/views/nameplate/NameplateInfoView.vue +++ b/src/views/nameplate/NameplateInfoView.vue @@ -527,7 +527,7 @@ export default { $("#tipMsg").text("阿语铭牌名字不能为空"); $("#tipModal").modal('show'); return; - }else if (ar_name.length > 5) { + }else if (ar_name.length > 500) { $("#tipMsg").text("阿语铭牌名字最多5个字"); $("#tipModal").modal('show'); return; @@ -536,7 +536,7 @@ export default { $("#tipMsg").text("英语铭牌名字不能为空"); $("#tipModal").modal('show'); return; - }else if (en_name.length > 5) { + }else if (en_name.length > 500) { $("#tipMsg").text("英语铭牌名字最多5个字"); $("#tipModal").modal('show'); return;