From ae0265d6736fb857d18ddedc7f2031d138e53e9a Mon Sep 17 00:00:00 2001 From: WindowBird <13870814+windows-bird@user.noreply.gitee.com> Date: Fri, 21 Nov 2025 11:04:58 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E9=AB=98=E6=84=8F=E5=90=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/index/ContentDashboard.vue | 64 +++++++++++++-------------- components/index/RankingBoard.vue | 11 +++-- 2 files changed, 40 insertions(+), 35 deletions(-) diff --git a/components/index/ContentDashboard.vue b/components/index/ContentDashboard.vue index 217648a..37e4786 100644 --- a/components/index/ContentDashboard.vue +++ b/components/index/ContentDashboard.vue @@ -41,41 +41,41 @@ - - - - - - - - + + + + + + + + + + + + + + - - {{ task.date }} - - + + + + - - 立即处理 - - - - 所属项目: {{ task.project }} - {{truncateText(task.description)}} - - 负责人: {{ task.owner }} - 发布时间: {{ task.releaseTime }} - - + + + + + + + + + + + + - - + + diff --git a/components/index/RankingBoard.vue b/components/index/RankingBoard.vue index afecdc9..197f25d 100644 --- a/components/index/RankingBoard.vue +++ b/components/index/RankingBoard.vue @@ -88,8 +88,9 @@ 名称 新增客户 跟进客户 - 意向客户 加微信 + 高意向 + 成交 @@ -122,10 +123,14 @@ {{ item.followNum }} - {{ item.intentionNum }} + {{ item.addWxNum }} - {{ item.addWxNum }} + {{ item.highIntentionNum }} + + + + {{ item.dealNum }}