data_filter改为filterjson逻辑表达式格式
This commit is contained in:
parent
65e7af4c84
commit
6bb7af3535
@ -17,10 +17,12 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"search_fields": [
|
||||
{"field": "name", "title": "项目名称", "uitype": "str", "op": "LIKE"},
|
||||
{"field": "providerid", "title": "供应商", "uitype": "code"}
|
||||
],
|
||||
"data_filter": {
|
||||
"AND": [
|
||||
{"field": "name", "op": "LIKE", "var": "name"},
|
||||
{"field": "providerid", "op": "=", "var": "providerid"}
|
||||
]
|
||||
},
|
||||
"editexclouded": [
|
||||
"id", "ownerid"
|
||||
],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user