Kaynağa Gözat

阈值 改为number

yusheng 10 ay önce
ebeveyn
işleme
03202d924c

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

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