feat: CN-1592 UI 新增Tag检索界面(新增修改部分,导入数据部分未完成)
This commit is contained in:
@@ -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'
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user