From 1a0d42890de74f7b9080d2819697890e5fd2369a Mon Sep 17 00:00:00 2001
From: shijingjing <1789544664@qq.com>
Date: Wed, 13 Jul 2022 14:35:20 +0800
Subject: [PATCH] =?UTF-8?q?=E7=BE=A4=E5=8F=91=E5=B1=85=E6=B0=91=E7=BE=A4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../AppPropagandaStatistics.vue | 157 +++++++++++++++---
.../AppPropagandaStatistics/calendarInfo.vue | 27 ++-
.../groupSendResident.vue | 77 ++++++++-
3 files changed, 229 insertions(+), 32 deletions(-)
diff --git a/src/project/saas/AppPropagandaStatistics/AppPropagandaStatistics.vue b/src/project/saas/AppPropagandaStatistics/AppPropagandaStatistics.vue
index 94371e0c..a0f06b67 100644
--- a/src/project/saas/AppPropagandaStatistics/AppPropagandaStatistics.vue
+++ b/src/project/saas/AppPropagandaStatistics/AppPropagandaStatistics.vue
@@ -41,12 +41,17 @@
-
-
11:00
-
晴风小区志愿者活动
+
+
{{ item.time }}
+
{{ item.info }}
-
-
11:00
-
晴风小区志愿者活动
+
+
{{ item.time }}
+
{{ item.info }}
-
查看更多
+
查看更多
@@ -28,6 +30,10 @@ export default {
return {
date: '',
selected: [{date: '2022-07-12'}],
+ list: [{
+ time: '11:00',
+ info: '晴风小区志愿者活动'
+ }]
}
},
components: {
@@ -37,8 +43,13 @@ export default {
change(val) {
this.date = `${val.year} + '-' + ${val.month} + '-' + ${val.day}`
},
+ toGroup() {
+ uni.navigateTo({url: './groupSendResident'})
+ }
+ },
+ onShow() {
+ document.title = '宣发日历'
},
- onShow() {},
}
diff --git a/src/project/saas/AppPropagandaStatistics/groupSendResident.vue b/src/project/saas/AppPropagandaStatistics/groupSendResident.vue
index b7e74c5c..ce98e490 100644
--- a/src/project/saas/AppPropagandaStatistics/groupSendResident.vue
+++ b/src/project/saas/AppPropagandaStatistics/groupSendResident.vue
@@ -1,5 +1,25 @@
-
+
+
+
+
+
+
+
+
创建时间:2022-07-12
+
共需56名成员完成群发,目前已完成65%
+
创建部门:市委/宣传部/一组
+
+
+
\ No newline at end of file