rbac/json/permission.json

21 lines
369 B
JSON
Raw Normal View History

2024-11-06 12:00:58 +08:00
{
"tblname": "permission",
2025-02-05 11:53:04 +08:00
"uitype":"tree",
2024-11-06 12:00:58 +08:00
"title":"权限",
2025-02-05 11:53:04 +08:00
"params":{
"idField":"id",
"textField":"name",
"editable":true,
"browserfields":{
"alters":{}
},
"edit_exclouded_fields":[],
"parentField":"parentid",
"toolbar":{
},
"binds":[
]
}
2024-11-06 12:00:58 +08:00
}