测试
This commit is contained in:
@@ -65,24 +65,25 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="chart2" style="width: 100%; height: 200px;"></div>
|
||||
<div class="chart2" style="width: 100%; height: 160px;"></div>
|
||||
</div>
|
||||
<div class="item item-tags">
|
||||
<div class="title">标签人群</div>
|
||||
<div class="item-bottom">
|
||||
<div class="item-bottom__item">
|
||||
<h2>高龄老人</h2>
|
||||
<span>{{ tagInfo.elderlyPeople || 0 }}</span>
|
||||
<div class="title">宣发统计</div>
|
||||
<div class="item-top xf">
|
||||
<div class="item-top__item">
|
||||
<h2>宣发任务数</h2>
|
||||
<p>{{ groupChatNumber ? groupChatNumber.chatHasMsg : 0 }}</p>
|
||||
</div>
|
||||
<div class="item-bottom__item">
|
||||
<h2>精神病人</h2>
|
||||
<span>{{ tagInfo.mentalIllness || 0 }}</span>
|
||||
<div class="item-top__item">
|
||||
<h2>执行宣发次数</h2>
|
||||
<p>{{ groupChatNumber ? groupChatNumber.memberHasMsg : 0 }}</p>
|
||||
</div>
|
||||
<div class="item-bottom__item">
|
||||
<h2>贫困居民</h2>
|
||||
<span>{{ tagInfo.poorResidents || 0 }}</span>
|
||||
<div class="item-top__item">
|
||||
<h2>触达人次</h2>
|
||||
<p>{{ groupChatNumber ? groupChatNumber.msgTotal : 0 }}</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="chart11" style="width: 336px; height: 120px;"></div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="tab-content__item" v-show="leftIndex === 1">
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user