From 80d4050527a0f7682b5b74d3ebb8b816e7c434ab Mon Sep 17 00:00:00 2001 From: Lei OT Date: Mon, 17 Mar 2025 15:36:40 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E8=80=81=E5=AE=A2=E6=88=B7=E7=BB=9F?= =?UTF-8?q?=E8=AE=A1=E5=A2=9E=E5=8A=A02=E5=88=97:=20=E4=B8=8A=E6=AC=A1?= =?UTF-8?q?=E8=B5=B0=E5=9B=A2,=20=E4=B8=8A=E6=AC=A1=E5=B0=8F=E7=BB=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/charts/Customer_care_regular.jsx | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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}