添加航班日期列

This commit is contained in:
zhouyuejun
2019-01-05 10:00:07 +08:00
parent edb95f4c2b
commit 2af5e30184
4 changed files with 47 additions and 2 deletions
@@ -78,6 +78,7 @@ export class PersonalSettingsComponent implements OnInit {
{ "COL_CODE": "PADT", "COL_CN": "前站起飞时间", "COL_ORDER": "29", "COL_WIDTH": "85px" },
{ "COL_CODE": "CSFT", "COL_CN": "共享航班号", "COL_ORDER": "30", "COL_WIDTH": "85px" },
{ "COL_CODE": "STND", "COL_CN": "当前机位", "COL_ORDER": "31", "COL_WIDTH": "85px" },
{ "COL_CODE": "FLDT", "COL_CN": "航班日期", "COL_ORDER": "32", "COL_WIDTH": "85px" },
]
/*
备注:实际数据中,把原始数据录入到临时变量中,方便取消按钮,重置数据