From 670f44fce6eda3b0ae7d433795abd630f812813a Mon Sep 17 00:00:00 2001 From: sk1551 <15175617877@163.com> Date: Wed, 19 Aug 2020 17:42:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=84=BF=E7=AB=A5=E4=BD=93?= =?UTF-8?q?=E6=A3=80=E8=A1=A8=E6=A0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-ui/src/views/benyi/healthcheck/index.vue | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/ruoyi-ui/src/views/benyi/healthcheck/index.vue b/ruoyi-ui/src/views/benyi/healthcheck/index.vue index 79a0a6b79..fb4e24252 100644 --- a/ruoyi-ui/src/views/benyi/healthcheck/index.vue +++ b/ruoyi-ui/src/views/benyi/healthcheck/index.vue @@ -243,7 +243,7 @@ - + @@ -256,7 +256,7 @@ - + @@ -378,9 +378,6 @@ export default { weight: [ { required: true, message: "输入内容必须是数字,且不能超过六位数", trigger: "blur" } ], - height: [ - { required: true, message: "输入内容必须是数字,且不能超过三位数", trigger: "blur" } - ], } }; },