bugfix
This commit is contained in:
parent
4d07f61842
commit
303c70e5ca
@ -42,7 +42,7 @@ async with db.sqlorContext(dbname) as sor:
|
|||||||
"wid":"self",
|
"wid":"self",
|
||||||
"event":"dismissed",
|
"event":"dismissed",
|
||||||
"actiontype":"script",
|
"actiontype":"script",
|
||||||
"target": f'body.{params_kw.referer_widget}.-@PopupWindow',
|
"target": f'body.login_window',
|
||||||
"script":"this.destroy()"
|
"script":"this.destroy()"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
@ -1,3 +1,4 @@
|
|||||||
|
{% set roles = get_user_roles(get_user()) %}
|
||||||
{
|
{
|
||||||
"widgettype":"Menu",
|
"widgettype":"Menu",
|
||||||
"options":{
|
"options":{
|
||||||
@ -8,6 +9,18 @@
|
|||||||
"cwidth":20
|
"cwidth":20
|
||||||
},
|
},
|
||||||
"items":[
|
"items":[
|
||||||
|
{% if 'customer.operator' in roles %}
|
||||||
|
{
|
||||||
|
"icon": "{{entire_url('/bricks/imgs/qr-scan.svg')}}",
|
||||||
|
"name":"qr-scan",
|
||||||
|
"label":"扫码",
|
||||||
|
"url":"{{entire_url('qr_scan.ui')}}"
|
||||||
|
"popup_options":{
|
||||||
|
"height": "300px",
|
||||||
|
"width": "300px"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{% endif %}
|
||||||
{
|
{
|
||||||
"name":"resetpwd",
|
"name":"resetpwd",
|
||||||
"label":"重置密码",
|
"label":"重置密码",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user