This commit is contained in:
yumoqing 2025-06-30 15:04:03 +08:00
parent f036f7beac
commit 3257056913
2 changed files with 42 additions and 0 deletions

21
json/folder.json Normal file
View File

@ -0,0 +1,21 @@
{
"tblname": "permission",
"uitype":"tree",
"title":"权限",
"params":{
"idField":"id",
"textField":"path",
"sortby":"path",
"editable":true,
"browserfields":{
"alters":{}
},
"edit_exclouded_fields":[],
"parentField":"parentid",
"toolbar":{
},
"binds":[
]
}
}

21
json/folderinfo.json Normal file
View File

@ -0,0 +1,21 @@
{
"tblname": "users",
"title":"目录信息",
"params": {
"sortby":"name",
"browserfields": {
"exclouded": ["id"],
"alters": {}
},
"editexclouded": [
"id"
],
"subtables": [
{
"field":"userid",
"title":"用户角色",
"subtable":"userrole"
}
]
}
}