|
|
|
@ -32,6 +32,14 @@ export const growCardList: GrowCardItem[] = [ |
|
|
|
action: '天', |
|
|
|
dataIndex: 'followUpQuantity' |
|
|
|
}, |
|
|
|
{ |
|
|
|
title: '跟进次数', |
|
|
|
icon: 'download-count|svg', |
|
|
|
value: 0, |
|
|
|
color: 'orange', |
|
|
|
action: '天', |
|
|
|
dataIndex: 'followUpCount' |
|
|
|
}, |
|
|
|
{ |
|
|
|
title: '有效沟通数量', |
|
|
|
icon: 'transaction|svg', |
|
|
|
@ -197,6 +205,7 @@ export const tableColumns: BasicColumn[] = [ |
|
|
|
{ title: '分配数量', width: 60, dataIndex: 'allocationQuantity' }, |
|
|
|
// { title: '获得数量', width: 60, dataIndex: 'obtainedQuantity' },
|
|
|
|
{ title: '呼出数量', width: 60, dataIndex: 'followUpQuantity' }, |
|
|
|
{ title: '跟进次数', width: 60, dataIndex: 'followUpCount' }, |
|
|
|
{ title: '有效沟通', width: 60, dataIndex: 'effectiveTalkQuantity' }, |
|
|
|
{ title: '被拒绝', width: 50, dataIndex: 'rejectedQuantity' }, |
|
|
|
{ title: '放弃', width: 60, dataIndex: 'abandonedQuantity' }, |
|
|
|
|