浏览代码

阈值 改为number

yusheng 10 月之前
父节点
当前提交
03202d924c
共有 1 个文件被更改,包括 2 次插入3 次删除
  1. 2 3
      src/views/rulesManagement/earlyWarningRules/components/matter-add.vue

+ 2 - 3
src/views/rulesManagement/earlyWarningRules/components/matter-add.vue

@@ -180,13 +180,12 @@
                 :prop="'actionList.' + scope.$index + '.thresholdValue'"
                 :prop="'actionList.' + scope.$index + '.thresholdValue'"
                 label-width="0"
                 label-width="0"
                 :rules="contentConfigFormRules.thresholdValue"
                 :rules="contentConfigFormRules.thresholdValue"
+                
               >
               >
                 <el-input
                 <el-input
                   v-model="scope.row.thresholdValue"
                   v-model="scope.row.thresholdValue"
                   placeholder="请输入"
                   placeholder="请输入"
-                  @input="
-                    handleInputByTable(scope.row.thresholdValue, scope.$index)
-                  "
+                  type="number"
                 ></el-input>
                 ></el-input>
               </el-form-item>
               </el-form-item>
             </template>
             </template>