CN-1713 feat: 增加subscriber tag的处理

This commit is contained in:
chenjinsong
2024-10-28 14:09:35 +08:00
parent f36a925591
commit 3afe4647c2
5 changed files with 12 additions and 6 deletions

View File

@@ -498,6 +498,11 @@ export const tagType = [
label: 'Domain',
value: 'Domain',
name: 'domain'
},
{
label: 'overall.subscriber',
value: 'Subscriber',
name: 'subscriber'
}
]