Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -188,7 +188,7 @@ | ... | @@ -188,7 +188,7 @@ |
| 188 | <el-row> | 188 | <el-row> |
| 189 | <el-col :span="12"> | 189 | <el-col :span="12"> |
| 190 | <el-form-item label="额外增重百分比" prop="extraWeightPercent"> | 190 | <el-form-item label="额外增重百分比" prop="extraWeightPercent"> |
| 191 | - <el-input-number class="wid80" @change="LowHighAvailable" :precision="0" placeholder="请输入额外增重百分比" | 191 | + <el-input-number class="wid80" @change="LowHighAvailable" :min="0" :precision="0" placeholder="请输入额外增重百分比" |
| 192 | v-model="form.extraWeightPercent" v-input-filter></el-input-number> | 192 | v-model="form.extraWeightPercent" v-input-filter></el-input-number> |
| 193 | </el-form-item> | 193 | </el-form-item> |
| 194 | </el-col> | 194 | </el-col> | ... | ... |
-
Please register or login to post a comment