Commit a586d66d authored by 黄奎's avatar 黄奎

页面修改

parent d1fea8fc
......@@ -406,7 +406,8 @@
Stopover_airport: "0",
Arrival_city: "0",
Arrival_airport: "0",
Status: "0"
Status: "0",
TrafficType:1
},
addMsg: {
ID: 0,
......@@ -427,7 +428,8 @@
//是否同步
synchronization: 0,
StartDate: "",
EndDate: ""
EndDate: "",
TrafficType:1,
},
SeasonTypeList: [],
DataList: [],
......@@ -587,7 +589,8 @@
SeasonType: 0,
synchronization: 0,
StartDate: "",
EndDate: ""
EndDate: "",
TrafficType:1,
};
this.addMsg = newMsg;
},
......
This diff is collapsed.
......@@ -482,8 +482,6 @@
</span>
</div>
</template>
</div>
</el-popover>
</div>
......
......@@ -1052,6 +1052,14 @@ export default {
title: '航班管理'
},
},
{
path: '/trainManagement', //动车管理
name: 'trainManagement',
component: resolve => require(['@/components/Ticketing/trainManagement'], resolve),
meta: {
title: '动车管理'
},
},
{
path: '/flightPerformance', //机票业绩
name: 'flightPerformance',
......
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