fix: 一系列优化和调整:左侧筛选空串处理、下拉增加网络质量和链路、app风险等级映射
This commit is contained in:
@@ -187,12 +187,12 @@ export default {
|
||||
},
|
||||
{
|
||||
name: 'app_risk',
|
||||
type: 'long',
|
||||
type: 'string',
|
||||
// label: this.$t('trafficSummary.appRisk')
|
||||
label: 'APP risk'
|
||||
}
|
||||
],
|
||||
operatorList: ['=', '!=', '>', '<', '>=', '<=', 'IN', 'NOT IN', 'LIKE', 'NOT LIKE'],
|
||||
operatorList: ['=', '!=', '>', '<', '>=', '<='/*, 'IN', 'NOT IN', 'LIKE', 'NOT LIKE'*/],
|
||||
connectionList: [
|
||||
{
|
||||
value: 'AND',
|
||||
|
||||
Reference in New Issue
Block a user