飞机下拉框过滤及精确筛选
This commit is contained in:
@@ -24,7 +24,6 @@ public aircraft_lists: Array<object>; //列数据
|
||||
|
||||
public row_state: number;
|
||||
|
||||
|
||||
public TOP_1 = 1000000000000;
|
||||
public TOP_2 = 2000000000000;
|
||||
public TOP_3 = 3000000000000;
|
||||
@@ -46,10 +45,15 @@ FLT_POS = 1; //过滤还是定位
|
||||
SEL_COL = ''; //选择列名
|
||||
|
||||
public filterItems = {
|
||||
|
||||
ZZU: '', //机型组
|
||||
}
|
||||
|
||||
public formatter = {
|
||||
'ZZU': {
|
||||
'E': 'E-类飞机机型',
|
||||
'T': 'T-类飞机机型',
|
||||
'G': 'G-类飞机机型'
|
||||
},
|
||||
'SODT': dateFormatter,
|
||||
'ESTT': dateFormatter,
|
||||
'ACTT': dateFormatter
|
||||
|
||||
Reference in New Issue
Block a user