机场下拉框过滤及精确筛选
This commit is contained in:
@@ -45,10 +45,20 @@ FLT_POS = 1; //过滤还是定位
|
||||
SEL_COL = ''; //选择列名
|
||||
|
||||
public filterItems = {
|
||||
|
||||
JT: '', //机场集团
|
||||
CS: '', //所在城市
|
||||
}
|
||||
|
||||
public formatter = {
|
||||
'JT': {
|
||||
'GH': '国内区域',
|
||||
'CH': '国际区域'
|
||||
},
|
||||
'CS': {
|
||||
'GZ': '广州',
|
||||
'SH': '上海',
|
||||
"BJ": '北京'
|
||||
},
|
||||
'SODT': dateFormatter,
|
||||
'ESTT': dateFormatter,
|
||||
'ACTT': dateFormatter
|
||||
|
||||
Reference in New Issue
Block a user