-
高龄老人
-
{{ 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;