<el-input v-model.number="num" onkeyup="this.value = this.value.replace(/[^\d.]/g,'');" ></el-input>加上onkeyup事件,ok