Compare commits
2 Commits
3fea75395b
...
28a9cb52ae
| Author | SHA1 | Date | |
|---|---|---|---|
| 28a9cb52ae | |||
| 3ddf1a545d |
@ -49,9 +49,8 @@
|
|||||||
{
|
{
|
||||||
"field":"llmid",
|
"field":"llmid",
|
||||||
"title":"模型类型",
|
"title":"模型类型",
|
||||||
"subtable":"llmtype"
|
"subtable":"llm_catelog_rel"
|
||||||
}
|
}
|
||||||
],
|
]
|
||||||
"record_toolbar": null
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
15
json/llm_catelog_rel.json
Normal file
15
json/llm_catelog_rel.json
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
{
|
||||||
|
"tblname": "llm_catelog_rel",
|
||||||
|
"title":"模型类型",
|
||||||
|
"params": {
|
||||||
|
"browserfields": {
|
||||||
|
"exclouded": ["id", "llmid"],
|
||||||
|
"alters": {}
|
||||||
|
},
|
||||||
|
"editexclouded": [
|
||||||
|
"id",
|
||||||
|
"llmid"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
Loading…
x
Reference in New Issue
Block a user