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')}}" } } },