This commit is contained in:
wangshiming
2021-12-07 15:12:54 +08:00
parent aef47c0d77
commit 86fe0b1f2b
26 changed files with 1947 additions and 16 deletions

View File

@ -214,6 +214,16 @@
}
]
},
{
"text": "风险单管理",
"icon": "anticon anticon-dashboard",
"link": "/order-management/risk"
},
{
"text": "投诉管理",
"icon": "anticon anticon-dashboard",
"link": "/order-management/complaint"
},
{
"text": "整车订单详情",
"icon": "anticon anticon-dashboard",
@ -234,6 +244,31 @@
}
]
},
{
"text": "运单管理",
"icon": "anticon anticon-dashboard",
"group": true,
"children": [
{
"text": "整车运单",
"link": "/waybill-management/vehicle"
},
{
"hide": true,
"text": "整车运单详情",
"link": "/waybill-management/vehicle-detail/:id"
},
{
"text": "大宗运单",
"link": "/waybill-management/vehicle"
},
{
"hide": true,
"text": "大宗运单详情",
"link": "/waybill-management/vehicle-detail/:id"
}
]
},
{
"text": "车辆管理",
"icon": "anticon anticon-dashboard",