fix: 修改实体搜索框的操作符列表范围

This commit is contained in:
刘洪洪
2023-07-13 18:06:21 +08:00
parent 3823ea3dc4
commit ae7f72a72b

View File

@@ -67,7 +67,8 @@ export default {
data () {
return {
columnList: columnList,
operatorList: ['=', '!=', /* '>', '<', '>=', '<=', */'IN', 'NOT IN', 'LIKE', 'NOT LIKE'],
// operatorList: ['=', '!=', /* '>', '<', '>=', '<=', */'IN', 'NOT IN', 'LIKE', 'NOT LIKE'],
operatorList: ['=', 'IN'],
connectionList: [
{
value: 'AND',