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