fix: 1、完善detection详情折线图底部色条的时间分布;2、补充搜索时ruleType的枚举提示
This commit is contained in:
@@ -452,6 +452,15 @@ export const enumerateData = [
|
||||
{ code: _this.$t('overall.low'), code1: 'overall.low', value: 'low' },
|
||||
{ code: _this.$t('overall.info'), code1: 'overall.info', value: 'info' }
|
||||
]
|
||||
},
|
||||
{
|
||||
name: 'ruleType',
|
||||
data: [
|
||||
{ code: 'indicator_match', value: 1 },
|
||||
{ code: 'threshold', value: 2 },
|
||||
{ code: 'sequence', value: 3 },
|
||||
{ code: 'unordered_sequence', value: 4 }
|
||||
]
|
||||
}
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user