...
|
...
|
@@ -204,6 +204,16 @@ let routes = [ |
|
|
{path:'/allocatearrive',component:Allocatearrive,name:'分拨运抵'},
|
|
|
]
|
|
|
},
|
|
|
// 货运系统--航班预配
|
|
|
{
|
|
|
path: '/flight_scheduling',
|
|
|
component: Home,
|
|
|
name: '航班计划',
|
|
|
iconCls: 'el-icon-delete-location',
|
|
|
children: [
|
|
|
{ path: '/inquiry', component: inquiry, name: '航班计划查询' },
|
|
|
]
|
|
|
},
|
|
|
{
|
|
|
path: '/lost',
|
|
|
component: Home,
|
...
|
...
|
|