基础数据类型转换过滤问题
This commit is contained in:
@@ -20,8 +20,8 @@ export class AircraftComponent implements OnInit {
|
||||
{ col_code: 'maxTakeoffWeight', col_chn: '最大起飞重量' },
|
||||
{ col_code: 'maxAirbridges', col_chn: '最大廊桥数' },
|
||||
{ col_code: 'aircraftOwnerCode', col_chn: '机主航空公司' },
|
||||
{ col_code: 'airlineCode', col_chn: '航空公司' },
|
||||
{ col_code: 'aircraftTypeCode', col_chn: '机型' }
|
||||
{ col_code: 'airlineName', col_chn: '航空公司' },
|
||||
{ col_code: 'aircraftTypeName', col_chn: '机型' }
|
||||
]
|
||||
|
||||
// 搜索条件
|
||||
|
||||
Reference in New Issue
Block a user