bugfix
This commit is contained in:
parent
4b066a6c1b
commit
76dffc56f5
@ -1,10 +1,9 @@
|
||||
{
|
||||
"models_dir": "${HOME}$/py/rbac/models",
|
||||
"output_dir": "${HOME}$/py/sage/wwwroot/_a/userapp",
|
||||
"dbname": "sage",
|
||||
"tblname": "userapp",
|
||||
"title":"用户",
|
||||
"params": {
|
||||
"confidential_fields":["apikey"],
|
||||
"sortby":"appname",
|
||||
"browserfields": {
|
||||
"exclouded": ["id", "userid"],
|
||||
"cwidth": {}
|
||||
|
14
json/userrole.json
Normal file
14
json/userrole.json
Normal file
@ -0,0 +1,14 @@
|
||||
{
|
||||
"tblname": "userrole",
|
||||
"title":"用户角色管理",
|
||||
"params": {
|
||||
"browserfields": {
|
||||
"exclouded": ["id", "orgid"],
|
||||
"alters": {}
|
||||
},
|
||||
"editexclouded": [
|
||||
"id",
|
||||
"userid"
|
||||
]
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user