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

This commit is contained in:
wangshiming
2021-12-03 16:02:07 +08:00
23 changed files with 192 additions and 0 deletions

View File

@ -101,6 +101,42 @@
]
}]
},
{
"text": "票务管理",
"icon": "anticon anticon-dashboard",
"group": true,
"children": [
{
"text": "开票申请",
"link": "/ticket/invoice-requested"
},
{
"text": "已开发票",
"link": "/ticket/invoice-list"
},
{
"text": "ETC发票",
"children": [
{
"text": "申请发票",
"link": "/ticket/etc-invoice-requested"
},
{
"text": "运单开票记录",
"link": "/ticket/etc-invoice-list"
},
{
"text": "已开发票",
"link": "/ticket/etc-invoiced-logs"
},
{
"text": "黑名单",
"link": "/ticket/etc-blacklist"
}
]
}
]
},
{
"text": "货源管理",
"icon": "anticon anticon-dashboard",