perf: 老客户: 增加国籍列

main
Lei OT 5 days ago
parent 021fb429ce
commit 47ead2316e

@ -127,7 +127,7 @@ const Customer_care_regular = () => {
</Col> </Col>
<Col span={24}> <Col span={24}>
<LineWithAvg dataSource={regular_data.pivotData} loading={regular_data.detail_loading} xField={regular_data.pivotX} yField={regular_data.pivotY} <LineWithAvg dataSource={regular_data.pivotData} loading={regular_data.detail_loading} xField={regular_data.pivotX} yField={regular_data.pivotY}
seriesField='_ylabel' showCompareSum={regular_data.showCompareSum} solidLineTime={regular_data.solidLineTime} solidLineCompareTime={regular_data.solidLineCompareTime} seriesField='_ylabel' showCompareSum={regular_data.showCompareSum} solidLineTime={regular_data.solidLineTime} solidLineCompareTime={regular_data.solidLineCompareTime}
solidLineDash={regular_data.solidLineDash} isCompareLine={regular_data.isCompareLine}/> solidLineDash={regular_data.solidLineDash} isCompareLine={regular_data.isCompareLine}/>
</Col> </Col>
@ -207,6 +207,11 @@ const Customer_care_regular = () => {
dataIndex: 'COLI_IsCusCommend', dataIndex: 'COLI_IsCusCommend',
key: 'COLI_IsCusCommend', key: 'COLI_IsCusCommend',
}, },
{
title: '国籍',
dataIndex: 'MEI_Country',
key: 'MEI_Country',
},
{ {
title: '网站', title: '网站',
dataIndex: 'COLI_WebCode', dataIndex: 'COLI_WebCode',

Loading…
Cancel
Save