CN-1248: 新增实体左侧Top过滤条件

This commit is contained in:
刘洪洪
2023-08-22 10:34:18 +08:00
parent 6267851a2d
commit 8d15c0ff62
5 changed files with 96 additions and 21 deletions

View File

@@ -336,8 +336,7 @@ export const columnList1 = [
]
let schemaEntityExplore = localStorage.getItem(storageKey.schemaEntityExplore)
// todo enityMetadata字段后续可能会改
schemaEntityExplore = schemaEntityExplore ? JSON.parse(schemaEntityExplore).enityMetadata : columnList1
schemaEntityExplore = schemaEntityExplore ? JSON.parse(schemaEntityExplore).entityMetadata.searchColumns : columnList1
export const columnList = schemaEntityExplore
export const operatorList = ['=', '!=', /* '>', '<', '>=', '<=', */'IN', 'NOT IN', 'LIKE', 'NOT LIKE']