fix: 表单code下拉字段映射统一value/text(与get_search端点返回一致)
This commit is contained in:
parent
a8ead96ab3
commit
5eb9ca3b20
@ -44,16 +44,16 @@
|
||||
"label": "世界类型",
|
||||
"uitype": "code",
|
||||
"dataurl": "{{entire_url('/world/api/get_search_world_type.dspy')}}",
|
||||
"valueField": "world_type",
|
||||
"textField": "world_type_text"
|
||||
"valueField": "value",
|
||||
"textField": "text"
|
||||
},
|
||||
{
|
||||
"name": "status",
|
||||
"label": "状态",
|
||||
"uitype": "code",
|
||||
"dataurl": "{{entire_url('/world/api/get_search_status.dspy')}}",
|
||||
"valueField": "status",
|
||||
"textField": "status_text"
|
||||
"valueField": "value",
|
||||
"textField": "text"
|
||||
},
|
||||
{
|
||||
"name": "config_json",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user