diff --git a/wwwroot/create_page.ui b/wwwroot/create_page.ui index 20c7b28..a8277ec 100644 --- a/wwwroot/create_page.ui +++ b/wwwroot/create_page.ui @@ -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",