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',