diff --git a/wwwroot/global_menu.ui b/wwwroot/global_menu.ui index 20ec7c6..f9a0b80 100644 --- a/wwwroot/global_menu.ui +++ b/wwwroot/global_menu.ui @@ -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",