去除航班ID列

This commit is contained in:
zhouyuejun
2019-03-26 17:15:50 +08:00
parent d7bb19635a
commit 766724b1c2
4 changed files with 17 additions and 28 deletions
+1 -1
View File
@@ -156,7 +156,7 @@ export class MainComponent implements OnInit {
this.commonCol = [
{ "COL_CODE": "NO", "COL_CN": "序号", "COL_WIDTH": "55px" },
{ "COL_CODE": "IMPT", "COL_CN": "重要提示", "COL_WIDTH": "120px" },
{ "COL_CODE": "FLID", "COL_CN": "航班ID", "COL_WIDTH": "165px" }
// { "COL_CODE": "FLID", "COL_CN": "航班ID", "COL_WIDTH": "165px" }
]
data.body.forEach(element => {
if (element.groupCode === 'userSettingCol') {