fix: 实体浏览器增加错误提示

This commit is contained in:
chenjinsong
2023-06-07 15:58:59 +08:00
parent d7bd6e71fb
commit 70af2a10ba
3 changed files with 9 additions and 6 deletions

View File

@@ -93,7 +93,7 @@ export default {
}
]
},
operatorList: ['=', '!=', '>', '<', '>=', '<=', 'IN', 'NOT IN', 'LIKE', 'NOT LIKE'],
operatorList: ['=', '!=', /* '>', '<', '>=', '<=', */'IN', 'NOT IN', 'LIKE', 'NOT LIKE'],
connectionList: [
{
value: 'AND',