From bd2b0a5d4e1501f576dce8cef93b43827286e420 Mon Sep 17 00:00:00 2001 From: Lemon Date: Wed, 12 Apr 2023 14:03:32 +0800 Subject: [PATCH] =?UTF-8?q?update=20=20=E9=89=B4=E6=9D=83=E5=8D=A1?= =?UTF-8?q?=E6=96=B0=E5=BB=BA=E5=8D=A1=E5=8F=B7=E7=A1=AE=E4=BF=9D=E9=95=BF?= =?UTF-8?q?=E5=BA=A6=E4=B8=BA16=E4=B8=AA=E5=AD=97=E7=AC=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jsowell-ui/src/views/pile/card/index.vue | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/jsowell-ui/src/views/pile/card/index.vue b/jsowell-ui/src/views/pile/card/index.vue index 1595a2eb6..6513eca4a 100644 --- a/jsowell-ui/src/views/pile/card/index.vue +++ b/jsowell-ui/src/views/pile/card/index.vue @@ -218,6 +218,15 @@ export default { trigger: "blur" } ], + logicCard:[ + { + required: true, + min: 16, + max: 16, + message: "长度必须为16字符!(不足长度可后补零)", + trigger: 'blur' + } + ], } }; },