bugfix
This commit is contained in:
parent
45a41e2685
commit
21355c6f44
@ -3,7 +3,7 @@
|
||||
"widgettype":"HBox",
|
||||
"options":{
|
||||
"css":"clickable",
|
||||
"cwidth":10
|
||||
"cwidth":14
|
||||
},
|
||||
"binds":[
|
||||
{
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"widgettype":"Menu",
|
||||
"options":{
|
||||
"target":"page_center",
|
||||
"target":"PopupWindow",
|
||||
"items":[
|
||||
{% if 'customer' in get_user_roles(get_user()) %}
|
||||
{
|
||||
@ -35,6 +35,11 @@
|
||||
"label":"重置密码",
|
||||
"url":"{{entire_url('reset_password')}}"
|
||||
},
|
||||
{
|
||||
"name":"myrole",
|
||||
"label":"我的角色",
|
||||
"url":"{{entire_url('myrole.ui')}}"
|
||||
},
|
||||
{
|
||||
"name":"logout",
|
||||
"label":"签退",
|
||||
|
Loading…
Reference in New Issue
Block a user