|
|
|
@ -28,7 +28,7 @@ const filterFields = [
|
|
|
|
options: [
|
|
|
|
options: [
|
|
|
|
{ key: 'productType', value: 'productType', label: '产品类型' },
|
|
|
|
{ key: 'productType', value: 'productType', label: '产品类型' },
|
|
|
|
{ key: 'CLI_NO', value: 'CLI_NO', label: '线路' },
|
|
|
|
{ key: 'CLI_NO', value: 'CLI_NO', label: '线路' },
|
|
|
|
{ key: 'destinationCountry', value: 'destinationCountry', label: '目的地国籍' },
|
|
|
|
{ key: 'destinationCountry', value: 'destinationCountry', label: '目的地国家' },
|
|
|
|
{ key: 'destinations', value: 'destinations', label: '目的地城市' },
|
|
|
|
{ key: 'destinations', value: 'destinations', label: '目的地城市' },
|
|
|
|
{ key: 'HotelStar', value: 'HotelStar', label: '酒店星级' },
|
|
|
|
{ key: 'HotelStar', value: 'HotelStar', label: '酒店星级' },
|
|
|
|
],
|
|
|
|
],
|
|
|
|
@ -40,7 +40,7 @@ const filterFields = [
|
|
|
|
{ key: 'travelMotivation', value: 'travelMotivation', label: '出行目的' },
|
|
|
|
{ key: 'travelMotivation', value: 'travelMotivation', label: '出行目的' },
|
|
|
|
{ key: 'IsOld_txt', value: 'IsOld_txt', label: '是否老客户' },
|
|
|
|
{ key: 'IsOld_txt', value: 'IsOld_txt', label: '是否老客户' },
|
|
|
|
{ key: 'isCusCommend_txt', value: 'isCusCommend_txt', label: '是否老客户推荐' },
|
|
|
|
{ key: 'isCusCommend_txt', value: 'isCusCommend_txt', label: '是否老客户推荐' },
|
|
|
|
{ key: 'hasOld_txt', value: 'hasOld_txt', label: '老客户(推荐)' },
|
|
|
|
{ key: 'hasOld_txt', value: 'hasOld_txt', label: '老客户(含推荐)' },
|
|
|
|
{ key: 'RTXF_WB_range', value: 'RTXF_WB_range', label: '人天消费(外币)' },
|
|
|
|
{ key: 'RTXF_WB_range', value: 'RTXF_WB_range', label: '人天消费(外币)' },
|
|
|
|
],
|
|
|
|
],
|
|
|
|
},
|
|
|
|
},
|
|
|
|
@ -74,7 +74,7 @@ const quickOptions = [
|
|
|
|
{ label: ' 来源站点 ', fields: [['WebCode'], []] },
|
|
|
|
{ label: ' 来源站点 ', fields: [['WebCode'], []] },
|
|
|
|
{ label: '[ 产品×客群 ]', fields: [['productType', 'guestGroupType'], []] },
|
|
|
|
{ label: '[ 产品×客群 ]', fields: [['productType', 'guestGroupType'], []] },
|
|
|
|
{ label: '[ 国籍×客群 ]', fields: [['country', 'guestGroupType'], []] },
|
|
|
|
{ label: '[ 国籍×客群 ]', fields: [['country', 'guestGroupType'], []] },
|
|
|
|
{ label: '[ 客群×目的地国籍 ]', fields: [['guestGroupType', 'destinationCountry'], []] },
|
|
|
|
{ label: '[ 客群×目的地国家 ]', fields: [['guestGroupType', 'destinationCountry'], []] },
|
|
|
|
// { label: '[ 国籍×客群 ]×[ ]', fields: [['country', 'guestGroupType'], []] },
|
|
|
|
// { label: '[ 国籍×客群 ]×[ ]', fields: [['country', 'guestGroupType'], []] },
|
|
|
|
];
|
|
|
|
];
|
|
|
|
|
|
|
|
|
|
|
|
|