| | |
| | | <view class="cell-item">
|
| | | <text class="f-28 mb-20 c-99">房屋数(套)</text>
|
| | | <text class="f-30 fw">{{houseData.result2}}</text>
|
| | | <image class="cell-item-icon" src="/static/icon/statistics-nav-02.png" mode="aspectFill"></image>
|
| | | <image class="cell-item-icon" src="/static/icon/statistics-nav-02.png" mode="aspectFill">
|
| | | </image>
|
| | | </view>
|
| | | <view class="cell-item">
|
| | | <text class="f-28 mb-20 c-99">住户数(人)</text>
|
| | | <text class="f-30 fw">{{houseData.result3}}</text>
|
| | | <image class="cell-item-icon" src="/static/icon/statistics-nav-03.png" mode="aspectFill"></image>
|
| | | <image class="cell-item-icon" src="/static/icon/statistics-nav-03.png" mode="aspectFill">
|
| | | </image>
|
| | | </view>
|
| | | <view class="cell-item" v-if="!unitName">
|
| | | <text class="f-28 mb-20 c-99">单元数</text>
|
| | | <text class="f-30 fw">{{houseData.result4}}</text>
|
| | | <image class="cell-item-icon" src="/static/icon/statistics-nav-01.png" mode="aspectFill"></image>
|
| | | <image class="cell-item-icon" src="/static/icon/statistics-nav-01.png" mode="aspectFill">
|
| | | </image>
|
| | | </view>
|
| | | </view>
|
| | |
|
| | |
| | | </block>
|
| | |
|
| | | <view class="search-box mt-20 around-p-20 flex a-i-c j-c-c bgc-ff" v-if="buildingList.length">
|
| | | <u-search placeholder="请输入人员名" :showAction="false" @search="getBuildingList" @clear="getBuildingList" v-model="searchKey" :clearabled="true"></u-search>
|
| | | <u-search placeholder="请输入人员名" :showAction="false" @search="getBuildingList" @clear="getBuildingList"
|
| | | v-model="searchKey" :clearabled="true"></u-search>
|
| | | </view>
|
| | |
|
| | | <view class="mt-20 h0 flex-1 build-list-box content">
|
| | |
| | | <!-- <view v-show="!!scItem.roleType == 1">
|
| | | <u-icon name="/static/icon/selected.png" size="16"></u-icon>
|
| | | </view> -->
|
| | |
|
| | |
|
| | | </view>
|
| | | </view>
|
| | | <view class="flex floor-info-box">
|
| | |
| | | <text class="r floor-box">
|
| | | {{scItem.houseNo}}
|
| | | </text>
|
| | | </view>
|
| | | <view style="margin-top:5rpx;">
|
| | | <block>
|
| | | <view class="mr-10" style="display: inline-block;">
|
| | | <u-tag text="测试" size="mini">
|
| | | </u-tag>
|
| | | </view>
|
| | | </block>
|
| | | </view>
|
| | | </view>
|
| | | </view>
|
| | |
| | | import {
|
| | | getHouseList
|
| | | } from "@/api/doorplateAddress/doorplateAddress";
|
| | | import { getHouseStatistics } from "@/api/statistics/statistics.js"
|
| | | import { codeName } from "../../../common/setting"; |
| | | import {
|
| | | getHouseStatistics
|
| | | } from "@/api/statistics/statistics.js"
|
| | | import {
|
| | | codeName
|
| | | } from "../../../common/setting";
|
| | | export default {
|
| | | components: {},
|
| | |
|
| | |
| | | padding: 20rpx;
|
| | |
|
| | | }
|
| | |
|
| | | .cell {
|
| | | padding: 20rpx 20rpx 0;
|
| | |
|
| | | .cell-item {
|
| | | // width: 220rpx;
|
| | | width: calc(50% - 20rpx);
|
| | |
| | | right: 20rpx;
|
| | | top: 20rpx;
|
| | | }
|
| | |
|
| | | .cell-item:nth-last-child(-n+2) {
|
| | | margin-bottom:0;
|
| | | }
|
| | | }
|
| | |
|
| | | .search-box{
|
| | | padding:20rpx;
|
| | | }
|