From 5351239f5f030744cfe0ca2708bfab7a634bd671 Mon Sep 17 00:00:00 2001 From: Lei OT Date: Thu, 15 Jan 2026 15:53:51 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E6=95=B0=E6=8D=AE=E9=80=8F=E8=A7=86:?= =?UTF-8?q?=20+=E5=88=86=E9=94=80=E5=AE=A2=E6=88=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/DataPivot.jsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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: '预订周期(天)' }, ],