rbac/json/role.json

26 lines
556 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-06 12:00:58 +08:00
}
}