feat; alertrule 新增搜索条件

This commit is contained in:
zhangyu
2021-09-14 16:14:25 +08:00
parent 37e95e1518
commit f0fc98a94c
3 changed files with 41 additions and 0 deletions

View File

@@ -155,6 +155,12 @@ export default {
type: 'severity',
label: 'severityIds',
disabled: false
}, {
id: 5,
name: this.$t('overall.type'),
type: 'alertTypes',
label: 'type',
disabled: false
}]
},
searchTime: bus.getTimezontDateRange()