|
|
|
<Head/>
|
|
|
|
<view class="statistics-container">
|
|
|
|
<view class="card">
|
|
|
|
<view class="title" >
|
|
|
|
<view class="title-tabs">
|
|
|
|
<view
|
|
|
|
class="title-tab {{stayVal === '1'? 'current': ''}}"
|
|
|
|
data-index="1"
|
|
|
|
bind:tap="setStay"
|
|
|
|
>
|
|
|
|
待办问题
|
|
|
|
<view class="triangle" wx:if="{{stayVal === '1'}}"></view>
|
|
|
|
</view>
|
|
|
|
<view
|
|
|
|
class="title-tab {{stayVal === '2'? 'current': ''}}"
|
|
|
|
data-index="2"
|
|
|
|
bind:tap="setStay"
|
|
|
|
>
|
|
|
|
待办需求
|
|
|
|
<view class="triangle" wx:if="{{stayVal === '2'}}"></view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
<view class="view" bind:tap="gotopage" data-url="{{stayVal === '1'?'/subpages/statistics/pages/event/list/list':'/subpages/statistics/pages/demand/list/list'}}">
|
|
|
|
查看
|
|
|
|
<image mode="widthFix" src="../../images/right.png"></image>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
<view class="stay-con">
|
|
|
|
<StayList stayVal="{{stayVal}}" />
|
|
|
|
</view>
|
|
|
|
|
|
|
|
</view>
|
|
|
|
|
|
|
|
<view class="card">
|
|
|
|
<view class="title" >
|
|
|
|
<view class="title-tabs">
|
|
|
|
<view
|
|
|
|
class="title-tab {{curVal === '1'? 'current': ''}}"
|
|
|
|
data-index="1"
|
|
|
|
bind:tap="setCur"
|
|
|
|
>
|
|
|
|
分管领导“四率”
|
|
|
|
|
|
|
|
</view>
|
|
|
|
<view
|
|
|
|
class="title-tab {{curVal === '2'? 'current': ''}}"
|
|
|
|
data-index="2"
|
|
|
|
bind:tap="setCur"
|
|
|
|
>
|
|
|
|
承办部门“四率”
|
|
|
|
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
|
|
|
|
</view>
|
|
|
|
<view class="cur-con">
|
|
|
|
<HotlineRates curVal="{{curVal}}" />
|
|
|
|
</view>
|
|
|
|
|
|
|
|
</view>
|
|
|
|
<view class="card">
|
|
|
|
<view class="title">
|
|
|
|
<text>攻坚事件</text>
|
|
|
|
<view class="view" bind:tap="gotoAttack">
|
|
|
|
更多
|
|
|
|
<image mode="widthFix" src="../../images/right.png"></image>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
<AttackEvent bind:change="tabChange"/>
|
|
|
|
</view>
|
|
|
|
<view class="card">
|
|
|
|
<view class="title">
|
|
|
|
<text>集中突出问题</text>
|
|
|
|
<view class="view" bind:tap="gotopage" data-url="/subpages/statistics/pages/problemList/problemList?type={{tabValue}}">
|
|
|
|
查看
|
|
|
|
<image mode="widthFix" src="../../images/right.png"></image>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
<ProblemList bind:change="tabChange"/>
|
|
|
|
</view>
|
|
|
|
|
|
|
|
<view class="card">
|
|
|
|
<view class="title">
|
|
|
|
<text>事件类别分析</text>
|
|
|
|
<view class="view" bind:tap="gotopage" data-url="/subpages/statistics/pages/dissatisfied/list/list">
|
|
|
|
查看
|
|
|
|
<image mode="widthFix" src="../../images/right.png"></image>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
<view class="sub-tit">
|
|
|
|
<image src="../../images/statistics/sub-tit.png" mode="widthFix"/>
|
|
|
|
<text>12345热线投诉类别分析</text>
|
|
|
|
</view>
|
|
|
|
|
|
|
|
<HotlineComplaints typeCondition="{{monthIndex}}"/>
|
|
|
|
|
|
|
|
<view class="sub-tit">
|
|
|
|
<image src="../../images/statistics/sub-tit.png" mode="widthFix"/>
|
|
|
|
<text>居民需求类别分析</text>
|
|
|
|
</view>
|
|
|
|
|
|
|
|
<RequirementAnalysis typeCondition="{{monthIndex}}"/>
|
|
|
|
|
|
|
|
|
|
|
|
<view class="sub-tit">
|
|
|
|
<image src="../../images/statistics/sub-tit.png" mode="widthFix"/>
|
|
|
|
<text>不满意事项类别分析</text>
|
|
|
|
</view>
|
|
|
|
|
|
|
|
<SmyddcSqmydzc typeCondition="{{monthIndex}}"/>
|
|
|
|
|
|
|
|
|
|
|
|
</view>
|
|
|
|
|
|
|
|
<view class="card">
|
|
|
|
<view class="title">
|
|
|
|
<text>潜在不满意人数</text>
|
|
|
|
<!-- <view class="view" bind:tap="gotopage" data-url="/subpages/statistics/pages/qzbmy/qzbmy">
|
|
|
|
查看 <image mode="widthFix" src="../../images/right.png"></image>
|
|
|
|
</view>-->
|
|
|
|
</view>
|
|
|
|
<EventPrediction/>
|
|
|
|
</view>
|
|
|
|
<view class="card">
|
|
|
|
<view class="title">不满意事项趋势分析</view>
|
|
|
|
|
|
|
|
<Trend/>
|
|
|
|
</view>
|
|
|
|
|
|
|
|
|
|
|
|
<view class="card">
|
|
|
|
<view class="title">不满意人群画像</view>
|
|
|
|
<CrowdPortrait/>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
<custom-tab-bar></custom-tab-bar>
|