基础数据类型转换过滤问题

This commit is contained in:
714943302@qq.com
2018-12-10 15:59:07 +08:00
parent 101e6a1465
commit b8d596099d
5 changed files with 12 additions and 9 deletions
@@ -15,8 +15,8 @@ export class CheckinDeskComponent implements OnInit {
public col_lists = [
{ col_code: 'checkindeskCode', col_chn: '值机柜台代码' },
{ col_code: 'checkindeskName', col_chn: '值机柜台名称' },
{ col_code: 'checkinGroupCode', col_chn: '值机岛' },
{ col_code: 'chutCode', col_chn: '行李传送带' },
{ col_code: 'checkinGroupName', col_chn: '值机岛' },
{ col_code: 'chutName', col_chn: '行李传送带' },
{ col_code: 'terminalAreaCode', col_chn: '航站楼区域' },
]