diff --git a/wwwroot/create_page.ui b/wwwroot/create_page.ui index 05270a9..be7c7a6 100644 --- a/wwwroot/create_page.ui +++ b/wwwroot/create_page.ui @@ -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" } ] },