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

This commit is contained in:
Taric Xin
2021-11-30 11:11:09 +08:00
18 changed files with 1686 additions and 14 deletions

View File

@ -42,11 +42,17 @@
"link": "/usercenter/freight/list"
},
{
"text": "货主详情",
"text": "道运证",
"hide": true,
"icon": "anticon anticon-dashboard",
"link": "/usercenter/freight/list/view/:id"
},
{
"text": "货主详情",
"hide": true,
"icon": "anticon anticon-dashboard",
"link": "/usercenter/freight/list/detail/:id"
},
{
"text": "企业认证",
"hide": true,
@ -54,9 +60,15 @@
"link": "/usercenter/freight/new"
},
{
"text": "企业审核",
"text": "企业审核列表",
"icon": "anticon anticon-dashboard",
"link": "/usercenter/freight/list/view/:id"
"link": "/usercenter/freight/enterprise"
},
{
"text": "企业审核列表详情",
"hide": true,
"icon": "anticon anticon-dashboard",
"link": "/usercenter/freight/enterprise/view/:id"
}
]
}