|
|
@ -19,40 +19,43 @@ |
|
|
|
</view> |
|
|
|
<!--最近7天统计--> |
|
|
|
<view class="card"> |
|
|
|
最近7天统计 |
|
|
|
<view style="background-image:url('/images/sevenDays.png');width: 100%; height: 99px; background-repeat: no-repeat;display: flex"> |
|
|
|
<text>最近7天统计</text> |
|
|
|
<view class="image-container"> |
|
|
|
<image src="/images/sevenDays.png" class="background-image"></image> |
|
|
|
<view class="overlay-content"> |
|
|
|
<image src="/images/check.png" style="width:36px;height:36px;margin-right: 10px;" /> |
|
|
|
<view> |
|
|
|
<image src="/images/check.png" style="width:36px;height:36px;margin:40px 10px 20px 10px" /> |
|
|
|
</view> |
|
|
|
<view style="margin:40px 10px 20px 10px"> |
|
|
|
<view>巡检次数</view> |
|
|
|
<view>{{sevenDaysCount}}次</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view style="display: flex; justify-content: space-around;"> |
|
|
|
<view style="margin:10px 0px;">发现问题个数</view> |
|
|
|
<view style="margin:10px 0px;">{{sevenDaysQuestionCount}}个</view> |
|
|
|
<view style="margin:10px 0px;">问题处理个数</view> |
|
|
|
<view style="margin:10px 0px;">{{sevenDaysHandleCount}}个</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view style="display: flex; justify-content: space-around;"> |
|
|
|
<view style="margin:10px 0px;">发现问题个数</view> |
|
|
|
<view style="margin:10px 0px;">{{sevenDaysQuestionCount}}个</view> |
|
|
|
<view style="margin:10px 0px;">问题处理个数</view> |
|
|
|
<view style="margin:10px 0px;">{{sevenDaysHandleCount}}个</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<!--总巡巡检统计--> |
|
|
|
<view class="card"> |
|
|
|
总巡巡检统计 |
|
|
|
<view style="background-image:url('/images/xunjian.png');width: 100%; height: 99px; background-repeat: no-repeat;display: flex;"> |
|
|
|
<text>总巡检统计</text> |
|
|
|
<view class="image-container"> |
|
|
|
<image src="/images/xunjian.png" class="background-image"></image> |
|
|
|
<view class="overlay-content"> |
|
|
|
<image src="/images/check.png" style="width:36px;height:36px;margin-right: 10px;" /> |
|
|
|
<view> |
|
|
|
<image src="/images/check.png" style="width:36px;height:36px;margin:40px 10px 20px 10px" /> |
|
|
|
</view> |
|
|
|
<view style="margin:40px 10px 20px 10px"> |
|
|
|
<view>巡检次数</view> |
|
|
|
<view>{{allCount}}次</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view style="display: flex; justify-content: space-around;"> |
|
|
|
<view style="margin:10px 0px;">发现问题个数</view> |
|
|
|
<view style="margin:10px 0px;">{{allQuestionCount}}个</view> |
|
|
|
<view style="margin:10px 0px;">问题处理个数</view> |
|
|
|
<view style="margin:10px 0px;">{{allHandleCount}}个</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view style="display: flex; justify-content: space-around;"> |
|
|
|
<view style="margin:10px 0px;">发现问题个数</view> |
|
|
|
<view style="margin:10px 0px;">{{allQuestionCount}}个</view> |
|
|
|
<view style="margin:10px 0px;">问题处理个数</view> |
|
|
|
<view style="margin:10px 0px;">{{allHandleCount}}个</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
|
|
|
|
</view> |