|
@@ -144,7 +144,7 @@
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
</template>
|
|
</template>
|
|
|
</el-table-column>
|
|
</el-table-column>
|
|
|
- <el-table-column prop="matterRuleId" label="预警规则" width="260">
|
|
|
|
|
|
|
+ <el-table-column prop="matterRuleId" label="事项规则" width="260">
|
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
|
<el-form-item
|
|
<el-form-item
|
|
|
:prop="'actionList.' + scope.$index + '.matterRuleId'"
|
|
:prop="'actionList.' + scope.$index + '.matterRuleId'"
|
|
@@ -180,7 +180,7 @@
|
|
|
: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"
|