|
|
|
|
@ -3,11 +3,11 @@
|
|
|
|
|
<div class="boxlist">
|
|
|
|
|
<div class="box box1">
|
|
|
|
|
<div class="boxtitle">
|
|
|
|
|
<span>营业统计</span>
|
|
|
|
|
<span>经营统计</span>
|
|
|
|
|
<i class="el-icon-data-line statIcon"></i>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="bline"></div>
|
|
|
|
|
<div class="boxcontentsubtitle">服务金额</div>
|
|
|
|
|
<div class="boxcontentsubtitle">总计</div>
|
|
|
|
|
<div class="boxcontent">
|
|
|
|
|
<div class="boxcontentitem">
|
|
|
|
|
<div class="boxcontentitem-big">
|
|
|
|
|
@ -16,11 +16,11 @@
|
|
|
|
|
<div style="display: flex;justify-content: space-around;">
|
|
|
|
|
<div class="boxcontentitem-small">
|
|
|
|
|
<span>{{totaldata.business.nurse_money_total}}</span>
|
|
|
|
|
<span>护工金额</span>
|
|
|
|
|
<span>房产租赁金额</span>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="boxcontentitem-small">
|
|
|
|
|
<span>{{totaldata.business.remain_money_total}}</span>
|
|
|
|
|
<span>留存金额</span>
|
|
|
|
|
<span>土地租赁金额</span>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
@ -30,26 +30,26 @@
|
|
|
|
|
<div class="box box2">
|
|
|
|
|
<div class="boxtitle">
|
|
|
|
|
|
|
|
|
|
<span>人效统计</span>
|
|
|
|
|
<span>房产统计</span>
|
|
|
|
|
<i class="el-icon-user statIcon"></i>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="bline"></div>
|
|
|
|
|
<div class="boxcontentsubtitle">总服务时长</div>
|
|
|
|
|
<div class="boxcontentsubtitle">总计</div>
|
|
|
|
|
<div class="boxcontent">
|
|
|
|
|
<div class="boxcontentitem">
|
|
|
|
|
<div class="boxcontentitem-big">
|
|
|
|
|
{{totaldata.person_efficiency.server_time_total}}
|
|
|
|
|
分钟
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
<div style="display: flex;justify-content: space-around;">
|
|
|
|
|
<div class="boxcontentitem-small">
|
|
|
|
|
|
|
|
|
|
<span>{{totaldata.person_efficiency.expect}}</span>
|
|
|
|
|
<span> 照护人员数</span>
|
|
|
|
|
<span>出租</span>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="boxcontentitem-small">
|
|
|
|
|
<span>{{totaldata.person_efficiency.act}} </span>
|
|
|
|
|
<span>天数</span>
|
|
|
|
|
<span>闲置</span>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
@ -58,24 +58,24 @@
|
|
|
|
|
|
|
|
|
|
<div class="box box3">
|
|
|
|
|
<div class="boxtitle">
|
|
|
|
|
<span>客户统计</span>
|
|
|
|
|
<span>土地统计</span>
|
|
|
|
|
<i class="el-icon-s-custom statIcon"></i>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="bline"></div>
|
|
|
|
|
<div class="boxcontentsubtitle">活跃客户</div>
|
|
|
|
|
<div class="boxcontentsubtitle">总计</div>
|
|
|
|
|
<div class="boxcontent">
|
|
|
|
|
<div class="boxcontentitem">
|
|
|
|
|
<div class="boxcontentitem-big">
|
|
|
|
|
{{totaldata.customer.active}}人
|
|
|
|
|
{{totaldata.customer.active}}
|
|
|
|
|
</div>
|
|
|
|
|
<div style="display: flex;justify-content: space-around;">
|
|
|
|
|
<div class="boxcontentitem-small">
|
|
|
|
|
<span>{{totaldata.customer.add}}</span>
|
|
|
|
|
<span>新增</span>
|
|
|
|
|
<span>出租</span>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="boxcontentitem-small">
|
|
|
|
|
<span>{{totaldata.customer.wash}}</span>
|
|
|
|
|
<span>流失</span>
|
|
|
|
|
<span>闲置</span>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
@ -85,23 +85,23 @@
|
|
|
|
|
<div class="box box4">
|
|
|
|
|
<div class="boxtitle">
|
|
|
|
|
|
|
|
|
|
<span>订单统计</span>
|
|
|
|
|
<span>合同统计</span>
|
|
|
|
|
<i class="el-icon-document statIcon"></i>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="bline"></div>
|
|
|
|
|
<div class="boxcontentsubtitle">服务订单</div>
|
|
|
|
|
<div class="boxcontentsubtitle">总计</div>
|
|
|
|
|
<div class="boxcontent">
|
|
|
|
|
<div class="boxcontentitem">
|
|
|
|
|
<div class="boxcontentitem-big">{{totaldata.order.server_total}}单
|
|
|
|
|
<div class="boxcontentitem-big">{{totaldata.order.server_total}}
|
|
|
|
|
</div>
|
|
|
|
|
<div style="display: flex;justify-content: space-around;">
|
|
|
|
|
<div class="boxcontentitem-small">
|
|
|
|
|
<span>{{totaldata.order.cycle_total}}</span>
|
|
|
|
|
<span>周期性订单</span>
|
|
|
|
|
<span>即将到期</span>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="boxcontentitem-small">
|
|
|
|
|
<span>{{totaldata.order.unit_total}}</span>
|
|
|
|
|
<span>单次订单</span>
|
|
|
|
|
<span>进行中</span>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
@ -271,11 +271,11 @@
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.box1 {
|
|
|
|
|
background: linear-gradient(134deg, #D1AC7B, #DFC69C);
|
|
|
|
|
background: linear-gradient(134deg, #019239, #64db92);
|
|
|
|
|
|
|
|
|
|
.boxcline {
|
|
|
|
|
width: 100%;
|
|
|
|
|
background: #DFC69C;
|
|
|
|
|
background: #64db92;
|
|
|
|
|
height: 0.125rem;
|
|
|
|
|
margin-top: 1.25rem;
|
|
|
|
|
margin-bottom: 1.25rem;
|
|
|
|
|
@ -290,11 +290,11 @@
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.box2 {
|
|
|
|
|
background: linear-gradient(134deg, #9193BC, #B7B9D4);
|
|
|
|
|
background: linear-gradient(134deg, #4486c4, #8bb1d5);
|
|
|
|
|
|
|
|
|
|
.boxcline {
|
|
|
|
|
width: 100%;
|
|
|
|
|
background: #B7B9D4;
|
|
|
|
|
background: #8bb1d5;
|
|
|
|
|
height: 0.125rem;
|
|
|
|
|
margin-top: 1.25rem;
|
|
|
|
|
margin-bottom: 1.25rem;
|
|
|
|
|
|