From 530e55881298344e01ca64269488c96d629d07cc Mon Sep 17 00:00:00 2001 From: Lei OT Date: Wed, 12 Jun 2024 16:04:24 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E6=95=B0=E6=8D=AE=E9=80=8F=E8=A7=86:?= =?UTF-8?q?=20+=E9=A1=BE=E9=97=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/DataPivot.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/DataPivot.jsx b/src/views/DataPivot.jsx index 3b3d7e0..8fefb07 100644 --- a/src/views/DataPivot.jsx +++ b/src/views/DataPivot.jsx @@ -21,7 +21,7 @@ const filterFields = [ { key: 'COLI_LineClass', label: '页面渠道' }, { key: 'guestGroupType', label: '客群类别' }, { key: 'travelMotivation', label: '出行目的' }, - // { key: 'operatorName', label: '顾问' }, + { key: 'operatorName', label: '顾问' }, { key: 'WebCode', label: '来源站点' }, { key: 'IsOld_txt', label: '是否老客户' }, { key: 'isCusCommend_txt', label: '是否老客户推荐' },