perf: 老客户: +字段: 城市, 产品类型

main
Lei OT 3 months ago
parent 5351239f5f
commit 93fa13ac9d

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

Loading…
Cancel
Save