Commit a586d66d authored by 黄奎's avatar 黄奎

页面修改

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