fix: CN-1592 UI 新增Tag检索界面:intent 将unknown修改为info
This commit is contained in:
@@ -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 () {
|
||||
|
||||
Reference in New Issue
Block a user