CN-1592 fix: tag下拉增加时间选择框、修复不能删除的bug

This commit is contained in:
chenjinsong
2024-04-15 22:25:39 +08:00
parent 3faea70349
commit 397b254ec5
8 changed files with 153 additions and 113 deletions

View File

@@ -22,5 +22,8 @@ const DEFAULT_TIME_FILTER_RANGE = {
behaviorPattern: 60 * 24 * 7 // 实体详情--IP--行为模式
},
detection: 60, // 事件日志列表
tag:60//标签列表
tag: { // 标签列表
activeEntity: 60, // 标签table下拉--活跃实体
totalEntity: 7 * 24 * 60 // 标签table下拉--全部实体
}
}