From 5999bb94943f826403f04c5128eb4bc97ee804cd Mon Sep 17 00:00:00 2001 From: yanyizhou <2311759275@qq.com> Date: Sun, 26 Sep 2021 16:14:57 +0800 Subject: [PATCH] =?UTF-8?q?=20=E9=85=8D=E7=BD=AE=E7=AE=A1=E7=90=86-?= =?UTF-8?q?=E6=A0=87=E5=87=86=E5=B1=9E=E6=80=A7=E8=87=AA=E5=AE=9A=E4=B9=89?= =?UTF-8?q?-=E5=B1=95=E7=A4=BA=E5=8C=BA=E5=9F=9F=E7=AE=A1=E7=90=86-?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=20=E4=BF=AE=E6=94=B9=E5=90=8D=E7=A7=B0?= =?UTF-8?q?=E5=90=8E=E6=8F=90=E4=BA=A4=E5=87=BA=E7=8E=B0=E6=8E=92=E5=BA=8F?= =?UTF-8?q?=E5=8F=B7=E7=9A=84=E6=8F=90=E7=A4=BA=20=E5=BA=94=E8=AF=A5?= =?UTF-8?q?=E6=B2=A1=E6=9C=89=E6=8F=90=E7=A4=BA=E7=9B=B4=E6=8E=A5=E8=83=BD?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=88=90=E5=8A=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/config/pages/attributeCustom/components/stand.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/config/pages/attributeCustom/components/stand.vue b/src/pages/config/pages/attributeCustom/components/stand.vue index 064c370f2..e2b1d1dc8 100644 --- a/src/pages/config/pages/attributeCustom/components/stand.vue +++ b/src/pages/config/pages/attributeCustom/components/stand.vue @@ -269,7 +269,7 @@ - + @@ -333,7 +333,7 @@ export default { showIndex: [ { required: true, message: '排序号不能为空且为正整数', trigger: 'blur'}, { type: 'string', validator: this.verify.validStandNumInCompile2, trigger: 'blur'}, - { min: 0, max: 999, message: '请输入0-999之间的整数', trigger: 'blur' } + { type: 'number', min: 0, max: 999, message: '请输入0-999之间的整数', trigger: 'blur' } ] }, attributeDataLoading: false,