diff --git a/src/views/DataPivot.jsx b/src/views/DataPivot.jsx index e448f2a..0f2c0bf 100644 --- a/src/views/DataPivot.jsx +++ b/src/views/DataPivot.jsx @@ -42,18 +42,19 @@ const filterFields = [ { key: 'isCusCommend_txt', value: 'isCusCommend_txt', label: '是否老客户推荐' }, { key: 'hasOld_txt', value: 'hasOld_txt', label: '老客户(含推荐)' }, { key: 'RTXF_WB_range', value: 'RTXF_WB_range', label: '人天消费(外币)' }, + { key: 'customer_types', value: 'customer_types', label: '分销客户' }, ], }, { label: '业绩', options: [ + { key: 'operatorName', value: 'operatorName', label: '顾问' }, + { key: 'SumML_ctxt', value: 'SumML_ctxt', label: '毛利' }, { key: 'startMonth', value: 'startMonth', label: '出行日期-月份' }, { key: 'startYearMonth', value: 'startYearMonth', label: '出行日期-年月' }, { key: 'applyMonth', value: 'applyMonth', label: '预订日期-月份' }, { key: 'applyYearMonth', value: 'applyYearMonth', label: '预订日期-年月' }, - { key: 'operatorName', value: 'operatorName', label: '顾问' }, { key: 'PPPriceRange', value: 'PPPriceRange', label: '人均天/单(外币)' }, - { key: 'SumML_ctxt', value: 'SumML_ctxt', label: '毛利' }, { key: 'dealDays_ctxt', value: 'dealDays_ctxt', label: '成团周期(天)' }, { key: 'applyDays_ctxt', value: 'applyDays_ctxt', label: '预订周期(天)' }, ],