fix: 修复实体列表点击左侧filter的tag选项,不能匹配has函数,以及tag模式下模糊搜索,不显示操作符等问题
This commit is contained in:
@@ -794,6 +794,7 @@ export function handleMetaListToStr (metaList) {
|
||||
metaList.forEach(item => {
|
||||
if (item.column && item.column.type === 'fullText') {
|
||||
item.operator.value = '='
|
||||
item.operator.show = true
|
||||
item.value.value = item.column.label
|
||||
item.value.label = item.column.label
|
||||
item.column.label = getEntityTypeByValue(item.column.label)
|
||||
|
||||
Reference in New Issue
Block a user