rbac/json/rolepermission.json

27 lines
534 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/rolepermission",
"dbname": "sage",
"tblname": "rolepermission",
"title":"用户",
"params": {
2024-11-27 17:58:58 +08:00
"relation":{
"outter_field":"permid",
"param_field":"roleid"
},
2024-11-29 15:36:09 +08:00
"noedit":true,
2024-11-06 12:00:58 +08:00
"browserfields": {
"exclouded": ["id", "roleid"],
2024-11-26 21:23:52 +08:00
"alters":{
"permid":{
2024-11-27 22:00:52 +08:00
"cwidth":60
2024-11-26 21:23:52 +08:00
}
}
2024-11-06 12:00:58 +08:00
},
"editexclouded": [
"id", "roleid"
],
"record_toolbar": null
}
}