From 1bfe8afc8b81851ea0f54c5d55f5bd85a1ae970c Mon Sep 17 00:00:00 2001 From: liuye Date: Thu, 14 Jul 2022 17:10:58 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=A3=E5=8F=91=E6=97=A5=E5=8E=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../AppAnnounceStatistics.vue | 270 +++++++++++++----- 1 file changed, 203 insertions(+), 67 deletions(-) diff --git a/project/sass/apps/Announce/AppAnnounceStatistics/AppAnnounceStatistics.vue b/project/sass/apps/Announce/AppAnnounceStatistics/AppAnnounceStatistics.vue index 2db676b4..53d6b720 100644 --- a/project/sass/apps/Announce/AppAnnounceStatistics/AppAnnounceStatistics.vue +++ b/project/sass/apps/Announce/AppAnnounceStatistics/AppAnnounceStatistics.vue @@ -5,53 +5,47 @@
- +
+

{{chooseYear}}年{{chooseMonth}}月

+
+ + +
+
+
-
7月19日宣发内容
+
{{chooseMonth}}月{{chooseDay}}日宣发内容
- +
-

晴风小区志愿者活动

- 10:00 +

{{item.taskTitle}}

+ {{item.createTime.substring(10, 16)}}
-
创建人:张三
-
创建部门:市委/宣传部/一组
+
创建人:{{item.createUserId}}
+
创建部门:{{item.createUserDept}}
-
群发类型:群发到居民群
- 详情 -
-
-
- - -
-

晴风小区志愿者活动

- 10:00 -
-
创建人:张三
-
创建部门:市委/宣传部/一组
-
-
群发类型:群发到居民群
+
群发类型:{{$dict.getLabel('mstSendType', item.sendType)}}
详情
+
@@ -60,10 +54,7 @@
@@ -71,31 +62,31 @@

累计创建宣发任务数

-

3,324

+

{{effectData.createCount}}

宣发任务数
-
+

累计执行宣发次数

-

3,324

+

{{effectData.executeCount}}

宣发次数
-
+

累计触达人次

-

3,324

+

{{effectData.receiveCount}}

触达人次
-
+
@@ -104,18 +95,17 @@
+
@@ -195,6 +314,15 @@ margin-top: 16px; .flex-left{ width: 50%; + .date-header{ + padding: 12px 16px; + border: 1px solid #eee; + display: flex; + justify-content: space-between; + p{ + line-height: 32px; + } + } .flex-date{ display: flex; justify-content: space-between; @@ -329,10 +457,18 @@ color: #333; line-height: 24px; } + .chart-box{ + width: 100%; + height: 280px; + } } } } + #departBarChart{ + width: 100%; + height: 300px; + } } @@ -351,7 +487,7 @@ color: #888; } ::v-deep .el-calendar__header{ - border: 1px solid #eee; + display: none; } ::v-deep .el-calendar__body{ padding: 0;