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