feat: add product_management and supplychain to global menu

This commit is contained in:
yumoqing 2026-05-26 14:07:48 +08:00
parent b8ac00ea16
commit 95d18e7ce0

View File

@ -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",