fix: status字段改用uitype:code+data格式,移除providerid/upappid的废弃属性textField/valueField
This commit is contained in:
parent
2f2841c16c
commit
57d77dc819
@ -25,29 +25,25 @@
|
|||||||
"exclouded": ["id", "ownerid"],
|
"exclouded": ["id", "ownerid"],
|
||||||
"alters": {
|
"alters": {
|
||||||
"status": {
|
"status": {
|
||||||
"uitype": "select",
|
"uitype": "code",
|
||||||
"options": [
|
"data": [
|
||||||
{"value": "", "text": "全部"},
|
{"value": "", "text": "全部"},
|
||||||
{"value": "published", "text": "已上架"},
|
{"value": "published", "text": "已上架"},
|
||||||
{"value": "unpublished", "text": "已下架"}
|
{"value": "unpublished", "text": "已下架"}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"ppid":{
|
"ppid":{
|
||||||
"dataurl":"{{entire_url('/pricing/get_all_pricing_programs.dspy')}}",
|
"dataurl":"{{entire_url('/pricing/get_all_pricing_programs.dspy')}}",
|
||||||
"textField": "name",
|
"textField": "name",
|
||||||
"valueField": "id"
|
"valueField": "id"
|
||||||
},
|
},
|
||||||
"providerid": {
|
"providerid": {
|
||||||
"uitype": "code",
|
"uitype": "code",
|
||||||
"dataurl": "{{entire_url('../api/get_organizations.dspy')}}",
|
"dataurl": "{{entire_url('../api/get_organizations.dspy')}}"
|
||||||
"textField": "text",
|
|
||||||
"valueField": "value"
|
|
||||||
},
|
},
|
||||||
"upappid": {
|
"upappid": {
|
||||||
"uitype": "code",
|
"uitype": "code",
|
||||||
"dataurl": "{{entire_url('../api/get_upapps.dspy')}}",
|
"dataurl": "{{entire_url('../api/get_upapps.dspy')}}"
|
||||||
"textField": "text",
|
|
||||||
"valueField": "value"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user