Browse Source

no message

master
xpz2018 6 months ago
parent
commit
f12eda1668
1 changed files with 9 additions and 0 deletions
  1. 9
      src/views/invite/statistics/data.ts

9
src/views/invite/statistics/data.ts

@ -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' },

Loading…
Cancel
Save