|
|
@ -188,6 +188,21 @@ const Customer_care_regular = () => {
|
|
|
|
dataIndex: 'COLI_LineClass',
|
|
|
|
dataIndex: 'COLI_LineClass',
|
|
|
|
key: 'COLI_LineClass',
|
|
|
|
key: 'COLI_LineClass',
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
{ title: '上次 订单号', dataIndex: 'coli_id_Last', key: 'coli_id_Last', width: '2em',
|
|
|
|
|
|
|
|
render: (_, r) => ({
|
|
|
|
|
|
|
|
props: { style: { backgroundColor: '#5B8FF9'+'1A' } },
|
|
|
|
|
|
|
|
children: _,
|
|
|
|
|
|
|
|
}), },
|
|
|
|
|
|
|
|
{ title: '上次 走团日期', dataIndex: 'COLI_OrderStartDate_Last', key: 'COLI_OrderStartDate_Last',width: '2em',
|
|
|
|
|
|
|
|
render: (_, r) => ({
|
|
|
|
|
|
|
|
props: { style: { backgroundColor: '#5B8FF9'+'1A' } },
|
|
|
|
|
|
|
|
children: _,
|
|
|
|
|
|
|
|
}), },
|
|
|
|
|
|
|
|
{ title: '上次 小组', dataIndex: 'Department_Last', key: 'Department_Last',width: '2em',
|
|
|
|
|
|
|
|
render: (_, r) => ({
|
|
|
|
|
|
|
|
props: { style: { backgroundColor: '#5B8FF9'+'1A' } },
|
|
|
|
|
|
|
|
children: _,
|
|
|
|
|
|
|
|
}), },
|
|
|
|
]}
|
|
|
|
]}
|
|
|
|
size="small"
|
|
|
|
size="small"
|
|
|
|
rowKey={(record) => record.COLI_ID}
|
|
|
|
rowKey={(record) => record.COLI_ID}
|
|
|
|