| | |
| | | <template> |
| | | <view class="container"> |
| | | <view class="section"> |
| | | <caption-row title="社区概况"></caption-row> |
| | | <caption-row title="社区概况" bgColor="#003399"></caption-row> |
| | | <view class="cell flex j-c-s-b flex-wrap "> |
| | | <view class="cell-item"> |
| | | <image class="cell-bg" src="/static/icon/nav-bg-15.png" mode="aspectFill"></image> |
| | |
| | | |
| | | <!-- 房屋画像 --> |
| | | <view class=""> |
| | | <caption-row title="房屋画像"></caption-row> |
| | | <caption-row title="房屋画像" bgColor="#003399"></caption-row> |
| | | <view class="pie-charts-house flex bgc-ff"> |
| | | <view class="pie-charts-box flex j-c-c a-i-c"> |
| | | <qiun-data-charts type="pie" :opts="housePieOpts" :chartData="houseLabelChartData" /> |
| | |
| | | </view> |
| | | |
| | | <view class=""> |
| | | <caption-row title="共治力量"></caption-row> |
| | | <caption-row title="共治力量" bgColor="#003399"></caption-row> |
| | | <view class="menu bgc-ff flex flex-wrap"> |
| | | <view class="menu-item flex f-d-c a-i-c"> |
| | | <text class="c-main f-32 fw mb-20">0</text> |
| | | <text class="menu-item-text f-32 fw mb-20">0</text> |
| | | <text class="f-28">党员</text> |
| | | </view> |
| | | <view class="menu-item flex f-d-c a-i-c"> |
| | | <text class="c-main f-32 fw mb-20">0</text> |
| | | <text class="menu-item-text f-32 fw mb-20">0</text> |
| | | <text class="f-28">党组织</text> |
| | | </view> |
| | | <view class="menu-item flex f-d-c a-i-c"> |
| | | <text class="c-main f-32 fw mb-20">{{gridData.gridStatistics}}</text> |
| | | <text class="menu-item-text f-32 fw mb-20">{{gridData.gridStatistics}}</text> |
| | | <text class="f-28">网格员</text> |
| | | </view> |
| | | <!-- <view class="menu-item flex f-d-c a-i-c"> |
| | | <text class="c-main f-32 fw mb-20">0</text> |
| | | <text class="menu-item-text f-32 fw mb-20">0</text> |
| | | <text class="f-28">社工</text> |
| | | </view> --> |
| | | <view class="menu-item flex f-d-c a-i-c"> |
| | | <text class="c-main f-32 fw mb-20">{{gridData.companyStatistics}}</text> |
| | | <text class="menu-item-text f-32 fw mb-20">{{gridData.companyStatistics}}</text> |
| | | <text class="f-28">物业人员</text> |
| | | </view> |
| | | <view class="menu-item flex f-d-c a-i-c"> |
| | | <text class="c-main f-32 fw mb-20">{{gridData.ownersStatistics}}</text> |
| | | <text class="menu-item-text f-32 fw mb-20">{{gridData.ownersStatistics}}</text> |
| | | <text class="f-28">业委会</text> |
| | | </view> |
| | | <!-- <view class="menu-item flex f-d-c a-i-c"> |
| | | <text class="c-main f-32 fw mb-20">0</text> |
| | | <text class="menu-item-text f-32 fw mb-20">0</text> |
| | | <text class="f-28">群团组织</text> |
| | | </view> --> |
| | | </view> |
| | | </view> |
| | | |
| | | <view class=""> |
| | | <caption-row title="人员画像"></caption-row> |
| | | <caption-row title="人员画像" bgColor="#003399"></caption-row> |
| | | <view class="bar-charts bgc-ff"> |
| | | <qiun-data-charts type="bar" :opts="opts" :chartData="chartData" /> |
| | | </view> |
| | |
| | | |
| | | </view> |
| | | <view class="event"> |
| | | <caption-row title="社区事件"></caption-row> |
| | | <caption-row title="社区事件" bgColor="#003399"></caption-row> |
| | | <view class="block bgc-ff mt-20 mb-20"> |
| | | <view class="block-caption f-28 fw"> |
| | | 总体统计 |
| | |
| | | .menu-item { |
| | | width: 33%; |
| | | padding: 20rpx 0; |
| | | border-right: 1px solid #dadbde; |
| | | // border-right: 1px solid #dadbde; |
| | | } |
| | | |
| | | .menu-item-text { |
| | | color: #003399; |
| | | } |
| | | |
| | | .menu-item:nth-child(3n) { |
| | | border-right: none; |
| | | } |
| | | |
| | | .menu-item:nth-child(-n + 3) { |
| | | border-bottom: 1px solid #dadbde; |
| | | } |
| | | // .menu-item:nth-child(-n + 3) { |
| | | // border-bottom: 1px solid #dadbde; |
| | | // } |
| | | } |
| | | |
| | | .event { |