bugfix
This commit is contained in:
parent
a2fbe7deac
commit
292dd7c796
@ -13,6 +13,13 @@
|
|||||||
"editexclouded": [
|
"editexclouded": [
|
||||||
"id"
|
"id"
|
||||||
],
|
],
|
||||||
"record_toolbar": null
|
"subtables":[
|
||||||
|
{
|
||||||
|
"field":"roleid",
|
||||||
|
"title":"角色权限",
|
||||||
|
"url":"../rolepermission",
|
||||||
|
"subtable":"rolepermission"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -7,7 +7,11 @@
|
|||||||
"params": {
|
"params": {
|
||||||
"browserfields": {
|
"browserfields": {
|
||||||
"exclouded": ["id", "roleid"],
|
"exclouded": ["id", "roleid"],
|
||||||
"cwidth": {}
|
"alters":{
|
||||||
|
"permid":{
|
||||||
|
"cwidth":20
|
||||||
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"editexclouded": [
|
"editexclouded": [
|
||||||
"id", "roleid"
|
"id", "roleid"
|
||||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user