name字段搜索使用LIKE模糊匹配
This commit is contained in:
parent
7f5dc485cb
commit
d28d1b6173
@ -19,7 +19,7 @@
|
|||||||
},
|
},
|
||||||
"data_filter": {
|
"data_filter": {
|
||||||
"fields": [
|
"fields": [
|
||||||
{"field": "name", "title": "项目名称", "uitype": "str"},
|
{"field": "name", "title": "项目名称", "uitype": "str", "op": "LIKE"},
|
||||||
{"field": "providerid", "title": "供应商", "uitype": "code"}
|
{"field": "providerid", "title": "供应商", "uitype": "code"}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user