|
|
|
@ -74,6 +74,11 @@ const Customer_care_regular = () => {
|
|
|
|
key: 'recommend_country',
|
|
|
|
key: 'recommend_country',
|
|
|
|
width: '4em',
|
|
|
|
width: '4em',
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
title: '经过城市',
|
|
|
|
|
|
|
|
dataIndex: 'PassCity_This',
|
|
|
|
|
|
|
|
key: 'PassCity_This',
|
|
|
|
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
title: '小组',
|
|
|
|
title: '小组',
|
|
|
|
dataIndex: 'Department',
|
|
|
|
dataIndex: 'Department',
|
|
|
|
@ -109,6 +114,11 @@ const Customer_care_regular = () => {
|
|
|
|
dataIndex: 'COLI_LineClass',
|
|
|
|
dataIndex: 'COLI_LineClass',
|
|
|
|
key: 'COLI_LineClass',
|
|
|
|
key: 'COLI_LineClass',
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
title: '产品类型',
|
|
|
|
|
|
|
|
dataIndex: 'TourType_Name',
|
|
|
|
|
|
|
|
key: 'TourType_Name',
|
|
|
|
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
title: '券额',
|
|
|
|
title: '券额',
|
|
|
|
dataIndex: 'Voucher_amount',
|
|
|
|
dataIndex: 'Voucher_amount',
|
|
|
|
@ -158,6 +168,14 @@ const Customer_care_regular = () => {
|
|
|
|
style: { backgroundColor: '#5B8FF9' + '1A' },
|
|
|
|
style: { backgroundColor: '#5B8FF9' + '1A' },
|
|
|
|
}),
|
|
|
|
}),
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
title: '上次经过城市',
|
|
|
|
|
|
|
|
dataIndex: 'PassCity_Last',
|
|
|
|
|
|
|
|
key: 'PassCity_Last',
|
|
|
|
|
|
|
|
onCell: (r) => ({
|
|
|
|
|
|
|
|
style: { backgroundColor: '#5B8FF9' + '1A' },
|
|
|
|
|
|
|
|
}),
|
|
|
|
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
title: '复购周期',
|
|
|
|
title: '复购周期',
|
|
|
|
dataIndex: 'Repurchase_cycle',
|
|
|
|
dataIndex: 'Repurchase_cycle',
|
|
|
|
|