From fa299e5289461d5c5ee56157e00a49db7fdbcbb9 Mon Sep 17 00:00:00 2001 From: Lei OT Date: Tue, 18 Nov 2025 15:43:16 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=B8=82=E5=9C=BA-=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E9=80=8F=E8=A7=86:=20+PPC=E5=B9=BF=E5=91=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/DataPivot.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/DataPivot.jsx b/src/views/DataPivot.jsx index fe53034..dff9bad 100644 --- a/src/views/DataPivot.jsx +++ b/src/views/DataPivot.jsx @@ -20,6 +20,7 @@ const filterFields = [ // { key: 'destination', label: '目的地' }, { key: 'COLI_LineClass', label: '页面渠道' }, { key: 'guestGroupType', label: '客群类别' }, + { key: 'campaign', label: 'PPC广告' }, { key: 'travelMotivation', label: '出行目的' }, { key: 'startMonth', label: '出行日期-月份' }, { key: 'startYearMonth', label: '出行日期-年月' },