From 95e799cdae6dc2fd9c3249753ca0f5187282ccc8 Mon Sep 17 00:00:00 2001 From: Lei OT Date: Tue, 12 Dec 2023 11:53:35 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E5=AE=A2=E8=BF=90=E8=AE=A2=E5=8D=95:?= =?UTF-8?q?=20+=E9=A1=B5=E9=9D=A2=E7=B1=BB=E5=9E=8B;=20=E4=B8=8D=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E5=9C=A8=E5=8D=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/charts/Customer_care_potential.jsx | 6 +++--- src/charts/Customer_care_regular.jsx | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/charts/Customer_care_potential.jsx b/src/charts/Customer_care_potential.jsx index 11d52a5..ebffb27 100644 --- a/src/charts/Customer_care_potential.jsx +++ b/src/charts/Customer_care_potential.jsx @@ -153,9 +153,9 @@ const Customer_care_potential = () => { key: 'SourceType', }, { - title: '在华', - dataIndex: 'ZH', - key: 'ZH', + title: '页面类型', + dataIndex: 'COLI_LineClass', + key: 'COLI_LineClass', }, ] } size="small" diff --git a/src/charts/Customer_care_regular.jsx b/src/charts/Customer_care_regular.jsx index 6731d04..c901415 100644 --- a/src/charts/Customer_care_regular.jsx +++ b/src/charts/Customer_care_regular.jsx @@ -168,9 +168,9 @@ const Customer_care_regular = () => { key: 'SourceType', }, { - title: '在华', - dataIndex: 'ZH', - key: 'ZH', + title: '页面类型', + dataIndex: 'COLI_LineClass', + key: 'COLI_LineClass', }, ]} size="small"