From 168f63e2d9f2064ce70067738114ef3225f30cbf Mon Sep 17 00:00:00 2001 From: Lei OT Date: Tue, 14 Nov 2023 16:58:12 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E8=AE=A2=E5=8D=95=E9=80=8F=E8=A7=86:?= =?UTF-8?q?=20=E5=A2=9E=E5=8A=A0:=20=E6=B8=A0=E9=81=93=E7=B1=BB=E5=9E=8B,?= =?UTF-8?q?=E7=BA=BF=E8=B7=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/DataPivot.jsx | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) 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 = [