bugfix
This commit is contained in:
parent
f036f7beac
commit
3257056913
21
json/folder.json
Normal file
21
json/folder.json
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
{
|
||||||
|
"tblname": "permission",
|
||||||
|
"uitype":"tree",
|
||||||
|
"title":"权限",
|
||||||
|
"params":{
|
||||||
|
"idField":"id",
|
||||||
|
"textField":"path",
|
||||||
|
"sortby":"path",
|
||||||
|
"editable":true,
|
||||||
|
"browserfields":{
|
||||||
|
"alters":{}
|
||||||
|
},
|
||||||
|
"edit_exclouded_fields":[],
|
||||||
|
"parentField":"parentid",
|
||||||
|
"toolbar":{
|
||||||
|
},
|
||||||
|
"binds":[
|
||||||
|
]
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
21
json/folderinfo.json
Normal file
21
json/folderinfo.json
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
{
|
||||||
|
"tblname": "users",
|
||||||
|
"title":"目录信息",
|
||||||
|
"params": {
|
||||||
|
"sortby":"name",
|
||||||
|
"browserfields": {
|
||||||
|
"exclouded": ["id"],
|
||||||
|
"alters": {}
|
||||||
|
},
|
||||||
|
"editexclouded": [
|
||||||
|
"id"
|
||||||
|
],
|
||||||
|
"subtables": [
|
||||||
|
{
|
||||||
|
"field":"userid",
|
||||||
|
"title":"用户角色",
|
||||||
|
"subtable":"userrole"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user