rbac/json/role.json
2025-09-01 17:23:58 +08:00

27 lines
486 B
JSON

{
"tblname": "role",
"title":"角色",
"params": {
"sortby":[ "orgtypeid", "name"],
"browserfields": {
"exclouded": ["id"],
"cwidth": {}
},
"editexclouded": [
"id"
],
"subtables":[
{
"field":"roleid",
"title":"角色权限",
"subtable":"rolepermission"
},
{
"field":"roleid",
"title":"用户",
"subtable":"users"
}
]
}
}