CN-1258: 实体搜索框支持has函数
This commit is contained in:
@@ -6,7 +6,6 @@
|
||||
<advanced-search
|
||||
ref="search"
|
||||
:column-list="columnList"
|
||||
:operator-list="operatorList"
|
||||
:connection-list="connectionList"
|
||||
:default-mode="defaultMode"
|
||||
:full-text="true"
|
||||
@@ -68,8 +67,6 @@ export default {
|
||||
data () {
|
||||
return {
|
||||
columnList: columnList,
|
||||
// operatorList: ['=', '!=', /* '>', '<', '>=', '<=', */'IN', 'NOT IN', 'LIKE', 'NOT LIKE'],
|
||||
operatorList: ['=', 'IN'],
|
||||
connectionList: [
|
||||
{
|
||||
value: 'AND',
|
||||
|
||||
Reference in New Issue
Block a user