榆山数据端小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

56 lines
2.0 KiB

<wxs src="../../../../filters/index.wxs" module="filters"></wxs>
<view
class="list-item"
data-deptname="{{contentObj.deptName}}"
data-deptid="{{contentObj.deptId}}"
bindtap="navigateToDetail"
hover-class="hover-list-item"
hover-stay-time="150">
<view class="street">
<view
class="order"
style="background: {{order == 2 ? '#ffc600' : order == 3 ? '#e7a756' : order >= 4 ? '#cfedec' : '#fe6963'}}; color: {{ order >= 4 ? '#29B9A5' : '#fff'}}">{{order}}</view>
<view class="street-name">{{contentObj.deptName}}</view>
</view>
<view wx:if="{{contentObj.officerName}}" class="dj-name">
党建指导员-{{contentObj.officerName}}
</view>
<view class="detail">
<view class="user-count">
<view class="num">{{contentObj.allEvaGoodPercent}}%</view>
<view class="tip">满意率</view>
</view>
<view class="right">
<view class="top">
<view class="resident-total">
<view class="num">{{contentObj.noEvaTotal}}</view>
<view class="tip">未评价数</view>
</view>
<view class="partyMember-total">
<view class="num">{{contentObj.evaBadTotal}}</view>
<view class="tip">不满意数</view>
</view>
<!-- <view class="pie-chart">
<ec-canvas id="mychart-dom-bar" canvas-id="mychart-bar" ec="{{ ec }}"></ec-canvas>
</view> -->
</view>
<view class="top">
<view class="resident-total-b">
<view class="num">{{contentObj.evaGoodTotal}}</view>
<view class="tip">基本满意数</view>
</view>
<view class="partyMember-total">
<view class="num-b">{{contentObj.evaVerygoodTotal}}</view>
<view class="tip">非常满意数</view>
</view>
</view>
</view>
<view class="right-chart">
<view class="chart">
<ec-canvas id="mychart-dom-bar" canvas-id="mychart-bar" ec="{{ ec }}"></ec-canvas>
</view>
<view class="chart-name">满意率<text class="name-test">{{contentObj.allEvaGoodPercent}}%</text></view>
</view>
</view>
</view>