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: '是否老客户推荐' },