From 57d77dc8190ef5799a61e8567fa8949e105e5a3a Mon Sep 17 00:00:00 2001 From: yumoqing Date: Sun, 31 May 2026 15:48:09 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20status=E5=AD=97=E6=AE=B5=E6=94=B9?= =?UTF-8?q?=E7=94=A8uitype:code+data=E6=A0=BC=E5=BC=8F=EF=BC=8C=E7=A7=BB?= =?UTF-8?q?=E9=99=A4providerid/upappid=E7=9A=84=E5=BA=9F=E5=BC=83=E5=B1=9E?= =?UTF-8?q?=E6=80=A7textField/valueField?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- json/llm.json | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) diff --git a/json/llm.json b/json/llm.json index 2db318b..ab7dcb6 100644 --- a/json/llm.json +++ b/json/llm.json @@ -25,29 +25,25 @@ "exclouded": ["id", "ownerid"], "alters": { "status": { - "uitype": "select", - "options": [ + "uitype": "code", + "data": [ {"value": "", "text": "全部"}, {"value": "published", "text": "已上架"}, {"value": "unpublished", "text": "已下架"} ] }, - "ppid":{ - "dataurl":"{{entire_url('/pricing/get_all_pricing_programs.dspy')}}", - "textField": "name", + "ppid":{ + "dataurl":"{{entire_url('/pricing/get_all_pricing_programs.dspy')}}", + "textField": "name", "valueField": "id" - }, + }, "providerid": { "uitype": "code", - "dataurl": "{{entire_url('../api/get_organizations.dspy')}}", - "textField": "text", - "valueField": "value" + "dataurl": "{{entire_url('../api/get_organizations.dspy')}}" }, "upappid": { "uitype": "code", - "dataurl": "{{entire_url('../api/get_upapps.dspy')}}", - "textField": "text", - "valueField": "value" + "dataurl": "{{entire_url('../api/get_upapps.dspy')}}" } } },