fix: CN-1592 UI 新增Tag检索界面:intent 将unknown修改为info

This commit is contained in:
hanyuxia
2024-04-17 16:08:04 +08:00
parent 69dd79bf96
commit e41a6fb344
5 changed files with 9 additions and 9 deletions

View File

@@ -311,7 +311,7 @@ export default {
const vm = this
return function (intent) {
const t = vm.tagIntent.find(t => t.value === intent)
return this.$t(t.label)
return t ? this.$t(t.label) : ''
}
},
colorIntent () {