From ac160ff423d996726617762aa619ca2f90e30da6 Mon Sep 17 00:00:00 2001 From: "agent.develop" Date: Sun, 30 Aug 2026 22:16:40 +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_script.ui | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/wwwroot/create_script.ui b/wwwroot/create_script.ui index 1f5c4a2..025230a 100644 --- a/wwwroot/create_script.ui +++ b/wwwroot/create_script.ui @@ -32,8 +32,8 @@ "label": "脚本类型", "uitype": "code", "dataurl": "{{entire_url('/script_engine/api/get_search_script_type.dspy')}}", - "valueField": "script_type", - "textField": "script_type_text" + "valueField": "value", + "textField": "text" }, { "name": "content", @@ -51,8 +51,8 @@ "label": "状态", "uitype": "code", "dataurl": "{{entire_url('/script_engine/api/get_search_status.dspy')}}", - "valueField": "status", - "textField": "status_text" + "valueField": "value", + "textField": "text" } ] },