feat: add supply chain menu (provider, reseller) to non-customer sidebar
This commit is contained in:
parent
927a223582
commit
39e597755d
@ -310,6 +310,25 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
,{
|
||||||
|
"name": "supply_chain",
|
||||||
|
"label": "供应链管理",
|
||||||
|
"icon": "{{entire_url('/imgs/truck.svg')}}",
|
||||||
|
"items": [
|
||||||
|
{
|
||||||
|
"name": "provider",
|
||||||
|
"label": "天下供应商管理",
|
||||||
|
"url": "{{entire_url('/platformbiz/provider')}}",
|
||||||
|
"target": "app.sage_main_content"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "reseller",
|
||||||
|
"label": "分销商管理",
|
||||||
|
"url": "{{entire_url('/platformbiz/reseller')}}",
|
||||||
|
"target": "app.sage_main_content"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
,{
|
,{
|
||||||
"name": "users",
|
"name": "users",
|
||||||
"label": "用户管理",
|
"label": "用户管理",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user