{ "tblname": "llm_model", "title": "模型注册", "params": { "sortby": "name", "browserfields": { "exclouded": [ "id" ], "alters": { "vendor_id": { "uitype": "code", "dataurl": "{{entire_url('../api/get_llm_vendor_options.dspy')}}", "valueField": "value", "textField": "text" }, "account_id": { "uitype": "code", "dataurl": "{{entire_url('../api/get_llm_account_options.dspy')}}", "valueField": "value", "textField": "text" }, "capability": { "uitype": "code", "dataurl": "{{entire_url('../api/get_llm_capability_options.dspy')}}", "valueField": "value", "textField": "text" }, "status": { "uitype": "code", "dataurl": "{{entire_url('../api/get_llm_status_options.dspy')}}", "valueField": "value", "textField": "text" }, "ppid": { "uitype": "code", "dataurl": "{{entire_url('../api/get_llm_ppid_options.dspy')}}", "valueField": "value", "textField": "text" } } }, "editexclouded": [ "id", "created_at", "updated_at" ], "editable": { "new_data_url": "{{entire_url('./add_llm_model.dspy')}}", "update_data_url": "{{entire_url('./update_llm_model.dspy')}}", "delete_data_url": "{{entire_url('./delete_llm_model.dspy')}}" } } }