This commit is contained in:
wangshiming
2021-12-03 16:01:55 +08:00
parent c34b8f7bc4
commit 7fbab89388
13 changed files with 814 additions and 1 deletions

View File

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