feat: label搜索开关、asset-label列等

This commit is contained in:
chenjinsong
2021-04-29 22:24:38 +08:00
parent 6701ee5a80
commit 66409db79f
47 changed files with 445 additions and 908 deletions

View File

@@ -156,7 +156,8 @@ export const alertMessage = {
],
states: [
{ value: '1', label: i18n.t('alert.list.pending') },
{ value: '2', label: i18n.t('alert.list.expired') }
{ value: '2', label: i18n.t('overall.silence') },
{ value: '3', label: i18n.t('alert.list.expired') }
]
}