diff --git a/src/charts/Customer_care_regular.jsx b/src/charts/Customer_care_regular.jsx index 930d8f8..a99c058 100644 --- a/src/charts/Customer_care_regular.jsx +++ b/src/charts/Customer_care_regular.jsx @@ -188,6 +188,21 @@ const Customer_care_regular = () => { dataIndex: '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" rowKey={(record) => record.COLI_ID}