From 93fa13ac9d8b83b78d7eb58df21ba2ba83b5fb7f Mon Sep 17 00:00:00 2001 From: Lei OT Date: Thu, 22 Jan 2026 18:30:37 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E8=80=81=E5=AE=A2=E6=88=B7:=20+?= =?UTF-8?q?=E5=AD=97=E6=AE=B5:=20=E5=9F=8E=E5=B8=82,=20=E4=BA=A7=E5=93=81?= =?UTF-8?q?=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/charts/Customer_care_regular.jsx | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/src/charts/Customer_care_regular.jsx b/src/charts/Customer_care_regular.jsx index 1facca9..8ce0bdf 100644 --- a/src/charts/Customer_care_regular.jsx +++ b/src/charts/Customer_care_regular.jsx @@ -74,6 +74,11 @@ const Customer_care_regular = () => { key: 'recommend_country', width: '4em', }, + { + title: '经过城市', + dataIndex: 'PassCity_This', + key: 'PassCity_This', + }, { title: '小组', dataIndex: 'Department', @@ -109,6 +114,11 @@ const Customer_care_regular = () => { dataIndex: 'COLI_LineClass', key: 'COLI_LineClass', }, + { + title: '产品类型', + dataIndex: 'TourType_Name', + key: 'TourType_Name', + }, { title: '券额', dataIndex: 'Voucher_amount', @@ -158,6 +168,14 @@ const Customer_care_regular = () => { style: { backgroundColor: '#5B8FF9' + '1A' }, }), }, + { + title: '上次经过城市', + dataIndex: 'PassCity_Last', + key: 'PassCity_Last', + onCell: (r) => ({ + style: { backgroundColor: '#5B8FF9' + '1A' }, + }), + }, { title: '复购周期', dataIndex: 'Repurchase_cycle',