Commit 88a231ad authored by 沈良进's avatar 沈良进

save

parent ab2ee579
...@@ -2319,6 +2319,13 @@ export default { ...@@ -2319,6 +2319,13 @@ export default {
meta: { meta: {
title: '在线申请' title: '在线申请'
}, },
}, {
path: '/airplaneOrder', //订单列表
name: 'airplaneOrder',
component: resolve => require(['@/components/TravelManager/TravelTeam/orderInfo'], resolve),
meta: {
title: '订单列表'
},
}, { }, {
path: '/TravelSupplier', //供应商列表 path: '/TravelSupplier', //供应商列表
name: 'TravelSupplier', name: 'TravelSupplier',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment