This commit is contained in:
wangshiming
2021-12-06 20:23:42 +08:00
parent 24de0ea9ea
commit 322aca7b43
18 changed files with 1538 additions and 197 deletions

View File

@ -171,18 +171,30 @@
"text": "订单管理",
"icon": "anticon anticon-dashboard",
"group": true,
"children": [{
"children": [
{
"text": "整车订单",
"icon": "anticon anticon-dashboard",
"link": "/order-management/vehicle",
"reuse": true
},
{
"text": "大宗订单",
"icon": "anticon anticon-dashboard",
"link": "/order-management/bulk"
},
{
"text": "整车订单详情",
"icon": "anticon anticon-dashboard",
"link": "/order-management/vehicle-detail/:id",
"hide": true
},
{
"text": "大宗订单详情",
"icon": "anticon anticon-dashboard",
"link": "/order-management/bulk-detail/:id",
"hide": true
},
{
"text": "货源详情",
"icon": "anticon anticon-dashboard",