bugfix
This commit is contained in:
parent
5208a12eff
commit
460eeda37f
@ -5,6 +5,10 @@
|
||||
"tblname": "rolepermission",
|
||||
"title":"用户",
|
||||
"params": {
|
||||
"relation":{
|
||||
"outter_field":"permid",
|
||||
"param_field":"roleid"
|
||||
},
|
||||
"browserfields": {
|
||||
"exclouded": ["id", "roleid"],
|
||||
"alters":{
|
||||
|
@ -5,6 +5,10 @@
|
||||
"tblname": "userroles",
|
||||
"title":"用户",
|
||||
"params": {
|
||||
"relation":{
|
||||
"outter_field":"roleid",
|
||||
"param_field":"userid"
|
||||
},
|
||||
"browserfields": {
|
||||
"exclouded": ["id", "userid"],
|
||||
"cwidth": {}
|
||||
|
Loading…
Reference in New Issue
Block a user