fix: 表单code下拉字段映射统一value/text(与get_search端点返回一致)
This commit is contained in:
parent
981c256293
commit
623737d639
@ -41,16 +41,16 @@
|
||||
"label": "快照类型",
|
||||
"uitype": "code",
|
||||
"dataurl": "{{entire_url('/world_snapshot/api/get_search_snapshot_type.dspy')}}",
|
||||
"valueField": "snapshot_type",
|
||||
"textField": "snapshot_type_text"
|
||||
"valueField": "value",
|
||||
"textField": "text"
|
||||
},
|
||||
{
|
||||
"name": "status",
|
||||
"label": "状态",
|
||||
"uitype": "code",
|
||||
"dataurl": "{{entire_url('/world_snapshot/api/get_search_status.dspy')}}",
|
||||
"valueField": "status",
|
||||
"textField": "status_text"
|
||||
"valueField": "value",
|
||||
"textField": "text"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user