美文网首页
element ui input 限制数字,小数保留两位(金额校

element ui input 限制数字,小数保留两位(金额校

作者: 吃肉肉不吃肉肉 | 来源:发表于2025-09-28 09:34 被阅读0次
<el-input @input="item.laundryPrice = item.laundryPrice.replace(/[^0-9.]/g, '').replace(/^(\d+)(\.\d{0,2}).*$/, '$1$2').replace(/^0+(?!\.|$)/, '')""
            v-model="formItem.laundryPrice" style="width: 230px" maxlength="10" placeholder="请设置洗涤价格" clearable></el-input>

相关文章

网友评论

      本文标题:element ui input 限制数字,小数保留两位(金额校

      本文链接:https://www.haomeiwen.com/subject/dvgxujtx.html