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