From f12eda16683823d3b75d04376f52a8d77cb09c30 Mon Sep 17 00:00:00 2001 From: xpz2018 <107107461@qq.com> Date: Thu, 4 Sep 2025 18:16:00 +0800 Subject: [PATCH] no message --- src/views/invite/statistics/data.ts | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/views/invite/statistics/data.ts b/src/views/invite/statistics/data.ts index a6a86e1..02efbdf 100644 --- a/src/views/invite/statistics/data.ts +++ b/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' },