data_filter改为search_fields
This commit is contained in:
parent
d28d1b6173
commit
65e7af4c84
@ -17,12 +17,10 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"data_filter": {
|
||||
"fields": [
|
||||
{"field": "name", "title": "项目名称", "uitype": "str", "op": "LIKE"},
|
||||
{"field": "providerid", "title": "供应商", "uitype": "code"}
|
||||
]
|
||||
},
|
||||
"search_fields": [
|
||||
{"field": "name", "title": "项目名称", "uitype": "str", "op": "LIKE"},
|
||||
{"field": "providerid", "title": "供应商", "uitype": "code"}
|
||||
],
|
||||
"editexclouded": [
|
||||
"id", "ownerid"
|
||||
],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user