|
@@ -121,13 +121,13 @@
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
prop: 'ruleType',
|
|
prop: 'ruleType',
|
|
|
- label: '规则类型',
|
|
|
|
|
|
|
+ label: '预警类型',
|
|
|
align: 'center',
|
|
align: 'center',
|
|
|
showOverflowTooltip: true,
|
|
showOverflowTooltip: true,
|
|
|
slot: 'enable',
|
|
slot: 'enable',
|
|
|
minWidth: 110,
|
|
minWidth: 110,
|
|
|
formatter: (_row, _column, cellValue) => {
|
|
formatter: (_row, _column, cellValue) => {
|
|
|
- return this.getDictValue('规则类型', _row.ruleType);
|
|
|
|
|
|
|
+ return this.getDictValue('预警类型', _row.ruleType);
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
@@ -185,7 +185,7 @@
|
|
|
computed: {},
|
|
computed: {},
|
|
|
created() {
|
|
created() {
|
|
|
this.requestDict('规则周期');
|
|
this.requestDict('规则周期');
|
|
|
- this.requestDict('规则类型');
|
|
|
|
|
|
|
+ this.requestDict('预警类型');
|
|
|
this.requestDict('规则状态');
|
|
this.requestDict('规则状态');
|
|
|
},
|
|
},
|
|
|
methods: {
|
|
methods: {
|