diff --git a/json/llm.json b/json/llm.json index ab7dcb6..6209a70 100644 --- a/json/llm.json +++ b/json/llm.json @@ -22,30 +22,7 @@ "status_input": "上架状态" }, "browserfields": { - "exclouded": ["id", "ownerid"], - "alters": { - "status": { - "uitype": "code", - "data": [ - {"value": "", "text": "全部"}, - {"value": "published", "text": "已上架"}, - {"value": "unpublished", "text": "已下架"} - ] - }, - "ppid":{ - "dataurl":"{{entire_url('/pricing/get_all_pricing_programs.dspy')}}", - "textField": "name", - "valueField": "id" - }, - "providerid": { - "uitype": "code", - "dataurl": "{{entire_url('../api/get_organizations.dspy')}}" - }, - "upappid": { - "uitype": "code", - "dataurl": "{{entire_url('../api/get_upapps.dspy')}}" - } - } + "exclouded": ["id", "ownerid"] }, "toolbar": { "tools":[ diff --git a/json/llm_api_map.json b/json/llm_api_map.json index 422ad77..b46d51a 100644 --- a/json/llm_api_map.json +++ b/json/llm_api_map.json @@ -3,9 +3,7 @@ "title": "模型能力映射", "params": { "browserfields": { - "exclouded": ["id", "llmid"], - "alters": { - } + "exclouded": ["id", "llmid"] }, "editexclouded": ["id", "llmid"] } diff --git a/json/llmcatelog.json b/json/llmcatelog.json index 8964728..8439ef9 100644 --- a/json/llmcatelog.json +++ b/json/llmcatelog.json @@ -10,8 +10,7 @@ "delete_data_url": "{{entire_url('../api/llmcatelog_delete.dspy')}}" }, "browserfields": { - "exclouded": ["id"], - "alters": {} + "exclouded": ["id"] }, "editexclouded": ["id"] } diff --git a/json/llmusage.json b/json/llmusage.json index 0d2b242..011ba02 100644 --- a/json/llmusage.json +++ b/json/llmusage.json @@ -4,8 +4,7 @@ "params": { "sortby": "use_time desc", "browserfields": { - "exclouded": ["id"], - "alters": {} + "exclouded": ["id"] }, "editexclouded": ["id"], "editable": { diff --git a/json/llmusage_accounting_failed.json b/json/llmusage_accounting_failed.json index be68369..ceffd51 100644 --- a/json/llmusage_accounting_failed.json +++ b/json/llmusage_accounting_failed.json @@ -4,16 +4,7 @@ "params": { "sortby": "failed_time desc", "browserfields": { - "exclouded": ["id"], - "alters": { - "handled": { - "uitype": "code", - "data": [ - {"value": "0", "text": "未处理"}, - {"value": "1", "text": "已处理"} - ] - } - } + "exclouded": ["id"] }, "editexclouded": ["id", "llmusageid", "failed_time"], "editable": { diff --git a/json/llmusage_history.json b/json/llmusage_history.json index 2224e81..6eb5a78 100644 --- a/json/llmusage_history.json +++ b/json/llmusage_history.json @@ -4,8 +4,7 @@ "params": { "sortby": "use_time desc", "browserfields": { - "exclouded": ["id"], - "alters": {} + "exclouded": ["id"] }, "editexclouded": ["id"], "editable": {