Commit 354df5f0 authored by zhengke's avatar zhengke

x

parent 78ea32a3
...@@ -2669,6 +2669,14 @@ export default { ...@@ -2669,6 +2669,14 @@ export default {
title: '制作报价单' title: '制作报价单'
}, },
}, },
{ //新版制作报价单
path: '/QuotationNewPrice',
name: 'QuotationNewPrice',
component: resolve => require(['@/components/TravelManager/TravelNewQuotation/QuotationNewPrice'], resolve),
meta: {
title: '制作报价单'
},
},
{ //团控-我的机票 { //团控-我的机票
path: '/TravelMyTicket', path: '/TravelMyTicket',
name: 'TravelMyTicket', name: 'TravelMyTicket',
......
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