Merge branch 'develop' of https://gitlab.eascs.com/tms-ui/tms-obc-web into develop

This commit is contained in:
Taric Xin
2021-12-03 15:35:36 +08:00
42 changed files with 2465 additions and 6 deletions

View File

@ -141,10 +141,23 @@
"text": "货源管理",
"icon": "anticon anticon-dashboard",
"group": true,
"children": [
{
"children": [{
"text": "货源管理",
"link": "/supplygoods/list"
"icon": "anticon anticon-dashboard",
"link": "/supply-management/index",
"reuse": true
},
{
"text": "货源详情",
"icon": "anticon anticon-dashboard",
"link": "/supply-management/bulk-detail",
"hide": true
},
{
"text": "货源详情",
"icon": "anticon anticon-dashboard",
"link": "/supply-management/vehicle-detail",
"hide": true
}
]
},