diff --git a/src/views/DataPivot.jsx b/src/views/DataPivot.jsx index cba838c..71f04c5 100644 --- a/src/views/DataPivot.jsx +++ b/src/views/DataPivot.jsx @@ -12,14 +12,17 @@ import DateGroupRadio from '../components/DateGroupRadio'; const { Text } = Typography; const filterFields = [ - { key: 'country', label: '国籍' }, { key: 'SourceType', label: '来源类型' }, { key: 'productType', label: '产品类型' }, + { key: 'country', label: '国籍' }, + { key: 'CLI_NO', label: '线路' }, + // { key: 'destination', label: '目的地' }, + { key: 'COLI_LineClass', label: '页面渠道' }, { key: 'guestGroupType', label: '客群类别' }, - { key: 'travelMotivation', label: '出行动机' }, - { key: 'operatorName', label: '顾问' }, - { key: 'WebCode', label: '来源站点' }, - // todo: 目的地, 目的地国家, 页面类型[PPC, NL...] + { key: 'travelMotivation', label: '出行目的' }, + // { key: 'operatorName', label: '顾问' }, + // { key: 'WebCode', label: '来源站点' }, + // todo: 目的地, 目的地国家, 页面类型LineClass[PPC, NL...], 线路line, ]; const filterFieldsMapped = filterFields.reduce((r, v) => ({ ...r, [v.key]: v }), {}); const quickOptions = [