Commit c13ff57d authored by youjie's avatar youjie

no message

parent 21fdabb6
......@@ -656,6 +656,7 @@
methods: {
close(){
this.isShowLayer=false
this.$emit('close')
},
//获取航班详情
getDetails(index) {
......
......@@ -3884,6 +3884,14 @@ export default {
title: '外交平台查询'
},
},
{ //财务 财务单据 手配费管理
path: '/HandDispensingFeeList',
name: 'HandDispensingFeeList',
component: resolve => require(['@/components/FinancialModule/HandDispensingFee/list'], resolve),
meta: {
title: '手配费管理'
},
},
{ //财务 财务单据 费用单据
path: '/Costdocuments',
name: 'Costdocuments',
......
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