bugfix
This commit is contained in:
parent
9c7d55f855
commit
699a47c40d
@ -2,7 +2,7 @@
|
|||||||
"tblname": "role",
|
"tblname": "role",
|
||||||
"title":"角色",
|
"title":"角色",
|
||||||
"params": {
|
"params": {
|
||||||
"sortby":"name",
|
"sortby":[ "orgtype", "roleid"],
|
||||||
"browserfields": {
|
"browserfields": {
|
||||||
"exclouded": ["id"],
|
"exclouded": ["id"],
|
||||||
"cwidth": {}
|
"cwidth": {}
|
||||||
@ -14,13 +14,11 @@
|
|||||||
{
|
{
|
||||||
"field":"roleid",
|
"field":"roleid",
|
||||||
"title":"角色权限",
|
"title":"角色权限",
|
||||||
"url":"../rolepermission",
|
|
||||||
"subtable":"rolepermission"
|
"subtable":"rolepermission"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"field":"roleid",
|
"field":"roleid",
|
||||||
"title":"用户",
|
"title":"用户",
|
||||||
"url":"../users",
|
|
||||||
"subtable":"users"
|
"subtable":"users"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user