rbac/json/role.json

32 lines
656 B
JSON
Raw Normal View History

2024-11-06 12:00:58 +08:00
{
"models_dir": "${HOME}$/py/rbac/models",
"output_dir": "${HOME}$/py/sage/wwwroot/_a/role",
"dbname": "sage",
"tblname": "role",
"title":"角色",
"params": {
"sortby":"name",
"browserfields": {
"exclouded": ["id"],
"cwidth": {}
},
"editexclouded": [
"id"
],
2024-11-26 21:23:52 +08:00
"subtables":[
{
"field":"roleid",
"title":"角色权限",
"url":"../rolepermission",
"subtable":"rolepermission"
2024-11-29 15:36:09 +08:00
},
{
"field":"roleid",
"title":"用户",
"url":"../users",
"subtable":"users"
2024-11-26 21:23:52 +08:00
}
]
2024-11-06 12:00:58 +08:00
}
}