From 5eb9ca3b20aef9d46f30452a46b4437c13c0961f Mon Sep 17 00:00:00 2001 From: "agent.develop" Date: Sun, 30 Aug 2026 22:16:39 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=A1=A8=E5=8D=95code=E4=B8=8B=E6=8B=89?= =?UTF-8?q?=E5=AD=97=E6=AE=B5=E6=98=A0=E5=B0=84=E7=BB=9F=E4=B8=80value/tex?= =?UTF-8?q?t(=E4=B8=8Eget=5Fsearch=E7=AB=AF=E7=82=B9=E8=BF=94=E5=9B=9E?= =?UTF-8?q?=E4=B8=80=E8=87=B4)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wwwroot/create_page.ui | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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",