From 3be7075a0801674e92f782acc87af98da13b4b83 Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Fri, 23 Sep 2022 09:18:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/bigscreen/dv/AppPdDv.vue | 58 ++++++++++++++++++++++++------- 1 file changed, 46 insertions(+), 12 deletions(-) diff --git a/packages/bigscreen/dv/AppPdDv.vue b/packages/bigscreen/dv/AppPdDv.vue index 3d58519f..68be2114 100644 --- a/packages/bigscreen/dv/AppPdDv.vue +++ b/packages/bigscreen/dv/AppPdDv.vue @@ -65,24 +65,25 @@ -
+
-
标签人群
-
-
-

高龄老人

- {{ tagInfo.elderlyPeople || 0 }} +
宣发统计
+
+
+

宣发任务数

+

{{ groupChatNumber ? groupChatNumber.chatHasMsg : 0 }}

-
-

精神病人

- {{ tagInfo.mentalIllness || 0 }} +
+

执行宣发次数

+

{{ groupChatNumber ? groupChatNumber.memberHasMsg : 0 }}

-
-

贫困居民

- {{ tagInfo.poorResidents || 0 }} +
+

触达人次

+

{{ groupChatNumber ? groupChatNumber.msgTotal : 0 }}

+
@@ -655,6 +656,39 @@ } } + .xf { + display: flex; + align-items: center; + justify-content: space-between; + + .item-top__item { + display: flex; + align-items: center; + justify-content: center; + flex-direction: column; + width: 107px; + height: 52px; + line-height: 1; + cursor: pointer; + user-select: none; + background: url(https://cdn.cunwuyun.cn/dvcp/dv/pddv/ql4.png); + background-size: 100% 100%; + + h2 { + margin-bottom: 8px; + color: #2AB7D1; + font-size: 12px; + } + + p { + font-size: 14px; + color: #fff; + font-weight: bold; + font-style: oblique; + } + } + } + .ql { display: flex; align-items: center;