@@ -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>