26 lines
495 B
JSON
26 lines
495 B
JSON
{
|
|
"tblname": "permission",
|
|
"uitype":"tree",
|
|
"title":"权限",
|
|
"params":{
|
|
"idField":"id",
|
|
"textField":"path",
|
|
"sortby":"path",
|
|
"editable":true,
|
|
"browserfields":{
|
|
"alters":{}
|
|
},
|
|
"edit_exclouded_fields":[],
|
|
"parentField":"parentid"
|
|
},
|
|
"subtables":[
|
|
{
|
|
"field":"permid",
|
|
"title":"权限角色",
|
|
"subtable":"rolepermission"
|
|
}
|
|
]
|
|
|
|
|
|
}
|