vue elemen ui el-input 限制只能输入数字类型

<el-input
v-model.trim="emp_work_experience.dimission_salary"
placeholder="请输入薪资"
oninput="value=value.replace(/^\.+|[^\d.]/g,'')">
</el-input>

猜你喜欢

转载自www.cnblogs.com/csji/p/12968750.html
今日推荐