fix: 表单code下拉字段映射统一value/text(与get_search端点返回一致)

This commit is contained in:
agent.develop 2026-08-30 22:16:39 +08:00
parent a8ead96ab3
commit 5eb9ca3b20

View File

@ -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",