feat: add product_management and supplychain to global menu
This commit is contained in:
parent
b8ac00ea16
commit
95d18e7ce0
@ -39,6 +39,24 @@
|
||||
"target": "app.sage_main_content"
|
||||
},
|
||||
{% endif %}
|
||||
{% if get_user() %}
|
||||
{
|
||||
"name": "product_management",
|
||||
"label": "产品管理",
|
||||
"icon": "fa fa-cubes",
|
||||
"url": "{{entire_url('/product_management/index.ui')}}",
|
||||
"target": "app.sage_main_content"
|
||||
},
|
||||
{% endif %}
|
||||
{% if get_user() %}
|
||||
{
|
||||
"name": "supplychain",
|
||||
"label": "供销链管理",
|
||||
"icon": "fa fa-truck",
|
||||
"url": "{{entire_url('/supplychain/index.ui')}}",
|
||||
"target": "app.sage_main_content"
|
||||
},
|
||||
{% endif %}
|
||||
{% if get_user() %}
|
||||
{
|
||||
"name": "pricing",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user