榆山数据端小程序
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.
 
 

178 lines
6.3 KiB

<!-- <wxs src="../../../../filters/index.wxs" module="filters"></wxs> -->
<view class="search-bar {{pageId ==='team'? 'search-bar-top':''}}">
<view class="condition" bindtap="showCondition">
<view class="select-condition">{{choosedCondition.title}}</view>
<view class="trigger {{ conditionVisible ? 'reverse' : ''}}"></view>
<cover-view class="option-list" style="height: {{conditionVisible ? '240rpx': '0'}}">
<cover-view
bindtap="onChnageCondition"
data-id="{{item.id}}"
class="list-item"
wx:for="{{conditionList}}"
wx:key="index"
wx:for-index="index">
<cover-view class="title">{{item.title}}</cover-view>
<cover-view class="title" wx:if="{{item.select}}">√</cover-view>
</cover-view>
</cover-view>
</view>
<view class="order">
<view class="front {{orderType === 'asc' ? 'select' : ''}}" data-type="asc" bindtap="changeOrder">
<text>正序</text>
<image src="../../../../images/change.png" />
</view>
<view class="back {{orderType === 'desc' ? 'select' : ''}}" data-type="desc" bindtap="changeOrder">
<image src="../../../../images/change.png" />
<text>倒序</text>
</view>
</view>
</view>
<block wx:if="{{pageId ==='issueJoin'}}">
<!-- 党员参与议事排行Top10 -->
<view
wx:for="{{getEventDynamicTop10}}"
wx:for-item="item"
wx:key="index"
class="list-item">
<view class="street">
<view
class="order"
style="background: {{index+1 == 2 ? '#ffc600' : index+1 == 3 ? '#e7a756' : index+1 >= 4 ? '#cfedec' : '#fe6963'}}; color: {{ index+1 >= 4 ? '#29B9A5' : '#fff'}}">{{index+1}}</view>
<view class="street-name">{{item.deptName}}</view>
</view>
<view class="jgg">
<!-- 循环 -->
<view class="line">
<view class="center">
<view class="num-top">{{item.partyPersonNumber}}</view>
<view class="num-bottom">党员参与议事人数</view>
</view>
<view class="center">
<view class="num-top">{{item.partyPersonTimes}}</view>
<view class="num-bottom">党员参与议事人次</view>
</view>
<view class="center">
<view class="num-top">{{item.partyPublishTotal}}</view>
<view class="num-bottom">党员发布议题数</view>
</view>
</view>
<view class="line">
<view class="center">
<view class="num-top">{{item.partyToItemTotal}}</view>
<view class="num-bottom">议题转项目数</view>
</view>
<view class="center">
<view class="num-top">{{item.partyFinishTotal}}</view>
<view class="num-bottom">解决项目数</view>
</view>
<view class="center">
<view class="num-top">{{item.partyGoodEvaTotal}}</view>
<view class="num-bottom">解决项目好评数</view>
</view>
</view>
<!-- end -->
</view>
</view>
</block>
<block wx:if="{{pageId ==='team'}}">
<!-- 社群引领排行 -->
<view
wx:if="{{selectTab ==='tab1'}}"
wx:for="{{getGroupDynamicTop10}}"
wx:for-item="item"
wx:key="index"
class="list-item">
<view class="street">
<view
class="order"
style="background: {{index+1 == 2 ? '#ffc600' : index+1 == 3 ? '#e7a756' : index+1 >= 4 ? '#cfedec' : '#fe6963'}}; color: {{ index+1 >= 4 ? '#29B9A5' : '#fff'}}">{{index+1}}</view>
<view class="street-name">{{item.deptName}}</view>
</view>
<view class="jgg">
<!-- 循环 -->
<view class="line">
<view class="center">
<view class="num-top">{{item.partyPersonNumber}}</view>
<view class="num-bottom">党员参与群团人数</view>
</view>
<view class="center">
<view class="num-top">{{item.partyPersonTimes}}</view>
<view class="num-bottom">党员参与群团人次</view>
</view>
<view class="center">
<view class="num-top">{{item.partyCreateGroupCount}}</view>
<view class="num-bottom">党员建群数</view>
</view>
</view>
<view class="line">
<view class="center">
<view class="num-top">{{item.groupPersonNumber}}</view>
<view class="num-bottom">群成员总数</view>
</view>
<view class="center">
<view class="num-top">{{item.partyPublishTotal}}</view>
<view class="num-bottom">发布话题数</view>
</view>
<view class="center">
<view class="num-top">{{item.partyToIssueTotal}}</view>
<view class="num-bottom">话题转议题数</view>
</view>
</view>
<view class="line">
<view class="center">
<view class="num-top">{{item.partyToItemTotal}}</view>
<view class="num-bottom">议题转项目数</view>
</view>
<view class="center">
<view class="num-top">{{item.partyFinishTotal}}</view>
<view class="num-bottom">引导解决项目数</view>
</view>
</view>
<!-- end -->
</view>
</view>
<view
wx:if="{{selectTab ==='tab3'}}"
wx:for="{{getGroupEffectTop10}}"
wx:for-item="item"
wx:key="index"
class="list-item">
<view class="street">
<view
class="order"
style="background: {{index+1 == 2 ? '#ffc600' : index+1 == 3 ? '#e7a756' : index+1 >= 4 ? '#cfedec' : '#fe6963'}}; color: {{ index+1 >= 4 ? '#29B9A5' : '#fff'}}">{{index+1}}</view>
<view class="street-name">{{item.deptName}}</view>
</view>
<view class="jgg">
<!-- 循环 -->
<view class="line">
<view class="center" style=" width: 50%;">
<view class="num-top">{{item.finishTotal}}</view>
<view class="num-bottom">引导解决项目数</view>
</view>
<view class="center" style=" width: 50%;">
<view class="num-top">{{item.goodEvaTotal}}</view>
<view class="num-bottom">解决项目好评数</view>
</view>
</view>
<!-- end -->
</view>
<!-- <view class="height-line"></view> -->
</view>
</block>