^[1-9][0-9]{0,5}$
在线正则表达式测试
input失去焦点事件
onBlur(item){
if (item.applyQuantity && !/^[1-9][0-9]{0,5}$/.test(item.applyQuantity)) {
item.applyQuantity = ‘‘
this.$Message.warning(‘请填写大于0的整数!‘)
}
},
原文地址:https://www.cnblogs.com/wssdx/p/11460899.html
时间: 2024-10-20 12:56:32