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