123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137 |
- <!--pages/dataCenterXXTJ/dataCenterXXTJ.wxml-->
- <!-- 本年度公开信箱办理情况 -->
- <view style="background-color: #FFFFFF;margin-top: 30rpx;">
- <view style="border-bottom: 1px solid #C5C5C5;">
- <view class="title">
- <image src="{{imgUrl}}processing.png"></image>
- <view class="title-text">本年度公开信箱办理情况</view>
- </view>
- </view>
- <!-- 内容 -->
- <view>
- <view class="type-title">
- <view class="dots" />
- <view class="type-text">
- 本年度公开信箱办理情况
- </view>
- </view>
- <view style="display: flex;justify-content: space-between;padding: 10rpx 30rpx 20rpx 30rpx;">
- <view class="processing">
- <image src="{{imgUrl}}chat.png" style="width: 68rpx;height:68rpx;line-height: 110rpx;position: absolute;top: 50%;transform: translateY(-50%);left: 11rpx;"></image>
- <view style="position: absolute;top: 50%;transform: translateY(-50%);left: 94rpx;">
- <view style="font-size: 20rpx;font-weight: 400;color: #333333;">
- 近30天来信
- </view>
- <view style="display: flex;color: #333333;">
- <view style="font-size: 32rpx;font-weight: bold;">{{leaveAMessage.handle}}</view>
- <view style="margin: 10rpx 0 0 10rpx;font-size: 24rpx;">件</view>
- </view>
- </view>
- </view>
- <view class="processing" style="background: #E8F4FF;">
- <image src="{{imgUrl}}message.png" style="width: 68rpx;height:68rpx;line-height: 110rpx;position: absolute;top: 50%;transform: translateY(-50%);left: 11rpx;"></image>
- <view style="position: absolute;top: 50%;transform: translateY(-50%);left: 94rpx;">
- <view style="font-size: 20rpx;font-weight: 400;color: #333333;">
- 近30天受理
- </view>
- <view style="display: flex;color: #333333;">
- <view style="font-size: 32rpx;font-weight: bold;">{{leaveAMessage.accepting}}</view>
- <view style="margin: 10rpx 0 0 10rpx;font-size: 24rpx;">件</view>
- </view>
- </view>
- </view>
- <view class="processing" style="background: #E2FFFD;">
- <image src="{{imgUrl}}write.png" style="width: 68rpx;height:68rpx;line-height: 110rpx;position: absolute;top: 50%;transform: translateY(-50%);left: 11rpx;"></image>
- <view style="position: absolute;top: 50%;transform: translateY(-50%);left: 94rpx;">
- <view style="font-size: 20rpx;font-weight: 400;color: #333333;">
- 近30天办理
- </view>
- <view style="display: flex;color: #333333;">
- <view style="font-size: 32rpx;font-weight: bold;">{{leaveAMessage.finished}}</view>
- <view style="margin: 10rpx 0 0 10rpx;font-size: 24rpx;">件</view>
- </view>
- </view>
- </view>
- </view>
- <view style="height: 500rpx;">
- <ec-canvas id="treeDiagram" canvas-id="treeDiagram" ec="{{ streetlinechartec }}" />
- </view>
- <view>
- <view class="type-title">
- <view class="dots" />
- <view class="type-text">
- 近90天办理类别统计
- </view>
- </view>
- <view style="height: 500rpx;">
- <ec-canvas id="processingCategory" canvas-id="processingCategory" ec="{{ streetlinechartec }}" />
- </view>
- </view>
- <view>
- <view class="type-title">
- <view class="dots" />
- <view class="type-text">
- 近90天公开信箱领域统计
- </view>
- </view>
- <view style="height: 500rpx;">
- <ec-canvas id="publicMailbox" canvas-id="publicMailbox" ec="{{ streetlinechartec }}" />
- </view>
- </view>
- <view>
- <view class="type-title">
- <view class="dots" />
- <view class="type-text">
- 详细数据
- </view>
- </view>
- <view wx:for="{{detailList}}" wx:key="index" style="width: 707rpx;background: #EDF3FF;border-radius: 8rpx;margin: 0 22rpx 20rpx 22rpx;padding-bottom: 30rpx;">
- <view style="border-bottom: 0.1rpx solid #C1CADA;font-size: 28rpx;font-weight: 550;color: #333333;padding: 32rpx 0 22rpx 0;margin: 0 20rpx;">{{item.month}}</view>
- <!-- <view style="display: flex;">
- <view style="width: 100%;margin-top: 20rpx;">
- <view style="display: flex;border-right: 1rpx solid #D9E1EF;height: 200rpx;line-height: 200rpx;">
- <view style="width: 300rpx;">
- <view style="margin: 0 21rpx;color: #999999;font-size: 26rpx;">留言</view>
- <view style="font-weight: bold;color: #508FF4;font-size: 32rpx;padding-right: 20rpx;">{{item.count}}</view>
- </view>
- <view style="display: flex;flex-wrap: wrap;margin: 20rpx 0 0 24rpx;">
- <view style="margin-right: 60rpx;color: #666666;font-size: 24rpx;">咨询:{{item.inquiry}}</view>
- <view style="margin-right: 60rpx;color: #666666;font-size: 24rpx;">建议:{{item.suggestion}}</view>
- <view style="margin-right: 60rpx;color: #666666;font-size: 24rpx;">投诉:{{item.complain}}</view>
- <view style="margin-right: 60rpx;color: #666666;font-size: 24rpx;">其他:{{item.other}}</view>
- <view style="margin-right: 60rpx;color: #666666;font-size: 24rpx;">意见:{{item.comment}}</view>
- </view>
- </view>
- <view style="display: flex;height: 85rpx;line-height: 85rpx;">
- <view style="margin: 0 21rpx;color: #999999;font-size: 26rpx;">办结</view>
- <view style="font-weight: bold;color: #508FF4;font-size: 32rpx;">{{item.finished}}</view>
- </view>
- </view>
-
- </view> -->
- <view style="width: 100%">
- <view class="xxitemf">
- <view style="margin-top: 10rpx; font-size: 30rpx; width: 24%; height: 100rpx; line-height: 100rpx; float: left; padding-left: 15rpx; border-right: 1rpx solid #D9E1EF;">留言
- <text style="margin-left: 15rpx;margin-right: 5rpx; color: #508FF4; font-weight: 600; font-size: 36rpx;">{{item.count}}</text>
- </view>
- <view style="margin-left: 10rpx; float: left; width: 72%">
- <view class="item1">咨询:{{item.inquiry ? item.inquiry : 0}}</view>
- <view class="item1">建议:{{item.suggestion ? item.suggestion : 0}}</view>
- <view class="item1">投诉:{{item.complain ? item.complain : 0}}</view>
- <view class="item1">其他:{{item.other ? item.other : 0}}</view>
- <view class="item1">意见:{{item.comment ? item.comment : 0}}</view>
- </view>
- </view>
- <view class="xxitems">
- <view style="margin-top: 10rpx; font-size: 30rpx; width: 24%; height: 80rpx; line-height: 80rpx; float: left; padding-left: 15rpx; ">办结
- <text style="margin-left: 15rpx;margin-right: 5rpx; color: #508FF4;font-weight: 600; font-size: 36rpx;">{{item.finished}}</text>
- </view>
- </view>
- </view>
- </view>
- <view class="statistics-btn">
- <button hidden="{{moreBtn}}" bindtap="queryDetailedDataPage">查看更多</button>
- </view>
- </view>
- </view>
- </view>
|