飞机下拉框过滤及精确筛选

This commit is contained in:
714943302@qq.com
2018-11-15 17:58:45 +08:00
parent 29757db259
commit 6f0ceeb165
3 changed files with 31 additions and 27 deletions
@@ -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