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

This commit is contained in:
agent.develop 2026-08-30 22:16:41 +08:00
parent 981c256293
commit 623737d639

View File

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