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.
53 lines
2.2 KiB
53 lines
2.2 KiB
<!-- 党员亮身份参与议事情况 -->
|
|
<view class="part-people">
|
|
<view class="headers">
|
|
<text class="left">党员亮身份参与议事情况</text>
|
|
<text class="right" decode="{{true}}">数据更新至{{deadline}} ></text>
|
|
</view>
|
|
<view class="title">
|
|
<text class="num">党员参与议事人数</text>
|
|
<text class="num1">{{partyDynamicTotal}}</text>
|
|
<view class="percent">
|
|
<text>占平台总用户数</text>
|
|
<text class="percent-text2">{{partyDynamicPercent}}%</text>
|
|
</view>
|
|
<view class="percent voicePercent" id="block">
|
|
<text>占党员总数</text>
|
|
<text class="percent-text2">{{partyDynamicPartyPercent}}%</text>
|
|
</view>
|
|
</view>
|
|
<view class="echarts">
|
|
<view class="topEcharts">
|
|
<view class="echarts1">
|
|
<ec-canvas id="mychart-voiceA" canvas-id="mychart-bar" ec="{{ ecVoiceA }}"></ec-canvas>
|
|
</view>
|
|
<view class="echartsText">
|
|
<view class="circle-per">
|
|
<text class="circle-bc"></text>
|
|
<text>党员发起议事数</text>
|
|
<text class="textBold">{{partyPublishTotal}}</text>
|
|
<view class="topicNum">
|
|
<text>占平台总议题数</text>
|
|
<text class="topicNum-text">{{partyPublishPercent}}%</text>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view class="bottomEcharts">
|
|
<view class="echarts1">
|
|
<ec-canvas id="mychart-voiceB" canvas-id="mychart-bar" ec="{{ ecVoiceB }}"></ec-canvas>
|
|
</view>
|
|
<view class="echartsText">
|
|
<view class="circle-per">
|
|
<text class="circle-bc"></text>
|
|
<text>党员参与议事人次</text>
|
|
<text class="textBold">{{partyDynamicTimes}}</text>
|
|
<view class="topicNum">
|
|
<text>占平台总参与人次</text>
|
|
<text class="topicNum-text">{{partyDynamicTimesPercent}}%</text>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|