@@ -153,7 +153,7 @@
<template slot-scope="scope">
<el-input
v-model="scope.row.thresholdValue"
- oninput="value=value.replace(/[^\d.]/g,'')"
+ type="number"
size="small"
placeholder="请输入值"
></el-input>