优化季度计划

This commit is contained in:
714943302@qq.com
2018-12-24 10:18:28 +08:00
parent b75d0dcfc1
commit cff0ebd561
@@ -43,7 +43,7 @@ export class SeasonalPlanComponent implements OnInit {
{ col_code: 'arriOrDept', col_chn: '进/出港' },
{ col_code: 'arrivalTime', col_chn: '到达时间' },
{ col_code: 'departureTime', col_chn: '出发时间' },
{ col_code: 'aircraftTypeCode', col_chn: '机型' },
{ col_code: 'aircraftTypeName', col_chn: '机型' },
{ col_code: 'flyingDistance', col_chn: '飞行距离(千米)' },
{ col_code: 'flyingTime', col_chn: '飞行时间(分钟)' },
]