优化季度计划与机位
This commit is contained in:
@@ -79,6 +79,9 @@ export class SeasonalPlanComponent implements OnInit {
|
||||
data => {
|
||||
this.seasonals = data.body;
|
||||
this.render_data = this.seasonals;
|
||||
this.airlinesHandle(); //航空公司
|
||||
this.aircraftTypesHandle(); //机型
|
||||
this.flightTypesHandle(); //航班类别
|
||||
this.render_data.forEach(element => {//航线类别列表显示数据转换
|
||||
if (element['routeType'] == 'D') {
|
||||
element['routeType'] = '国内'
|
||||
|
||||
Reference in New Issue
Block a user