作者 shenhailong

航班计划 独立新目录

正在显示 1 个修改的文件 包含 10 行增加0 行删除
@@ -204,6 +204,16 @@ let routes = [ @@ -204,6 +204,16 @@ let routes = [
204 {path:'/allocatearrive',component:Allocatearrive,name:'分拨运抵'}, 204 {path:'/allocatearrive',component:Allocatearrive,name:'分拨运抵'},
205 ] 205 ]
206 }, 206 },
  207 + // 货运系统--航班预配
  208 + {
  209 + path: '/flight_scheduling',
  210 + component: Home,
  211 + name: '航班计划',
  212 + iconCls: 'el-icon-delete-location',
  213 + children: [
  214 + { path: '/inquiry', component: inquiry, name: '航班计划查询' },
  215 + ]
  216 + },
207 { 217 {
208 path: '/lost', 218 path: '/lost',
209 component: Home, 219 component: Home,