feat: CN-1592 UI 新增Tag检索界面(新增修改部分,导入数据部分未完成)

This commit is contained in:
hyx
2024-04-09 22:50:54 +08:00
parent 465203a1d1
commit 79fb9babff
9 changed files with 1669 additions and 14 deletions

View File

@@ -289,7 +289,7 @@ export default {
const vm = this
return function (intent) {
const t = vm.tagIntentColor.find(t => t.intent === intent)
return t ? t.name : vm.tagIntentColor[0].name
return t ? t.name+'-list' : vm.tagIntentColor[0].name+'-list'
}
}
},