llmage/json/llm.json
2025-09-04 13:47:32 +08:00

52 lines
885 B
JSON

{
"tblname": "llm",
"title":"大语言模型",
"params": {
"sortby":"name",
"logined_userorgid": "ownerid",
"browserfields": {
"exclouded": ["id", "ownerid"],
"alters": {}
},
"toolbar": {
"tools":[
{
"name":"test",
"label":"体验",
"selected_row":true
}
]
},
"binds":[
{
"wid":"self",
"event":"test",
"actiontype":"urlwidget",
"target":"PopupWindow",
"popup_options":{
"title":"model Test",
"cwidth":22,
"height":"75%"
},
"options":{
"url":"{{entire_url('./llm_dialog.ui')}}",
"params":{
"id":"${id}"
}
}
}
],
"editexclouded": [
"id", "ownerid"
],
"subtables":[
{
"field":"llmid",
"title":"模型类型",
"subtable":"llmtype"
}
],
"record_toolbar": null
}
}