소스 검색

阈值 改为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'"
                 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>