feat: add 'not contains' operator, implement inbound record export, and verify export filter rules
This commit is contained in:
@ -880,6 +880,7 @@ const operatorOptions = ref([
|
||||
{ value: 'eq', label: '等于' },
|
||||
{ value: 'ne', label: '不等于' },
|
||||
{ value: 'contains', label: '包含' },
|
||||
{ value: 'not_contains', label: '不包含' },
|
||||
{ value: 'ge', label: '大于等于' },
|
||||
{ value: 'le', label: '小于等于' }
|
||||
])
|
||||
|
||||
Reference in New Issue
Block a user