baozhengrui

导航

2024年10月24日 #

el-input输入框的数字不能超过100

摘要: <el-input v-model="form.weight" @input="numValid()" type="number" max="100" placeholder="请输入权重" /> function numValid() { if(form.value.weight >=100){ 阅读全文

posted @ 2024-10-24 11:42 芮艺 阅读(20) 评论(0) 推荐(0) 编辑