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"