epmet 工作端 小程序
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.

55 lines
1.4 KiB

<Head/>
<custom-tab-bar></custom-tab-bar>
<view class="statistics-container">
<view class="card">
<view class="title">不满意事项趋势分析</view>
<Trend/>
</view>
<view class="card">
<view class="title">
<text>不满意事项类型分析</text>
<view class="view">查看
<image mode="widthFix" src="../../images/right.png"></image>
</view>
</view>
<view class="tag-list">
<view wx:for="{{monthOptions}}"
class="tag {{index === monthIndex?'cur':''}}"
wx:key="index"
bind:tap="monthChange"
data-index="{{index}}">
{{item.label}}
</view>
</view>
<view class="sub-tit">
<image src="../../images/statistics/sub-tit.png" mode="widthFix" />
<text>省满意度调查&社区满意度自查</text>
</view>
<SmyddcSqmydzc/>
<view class="sub-tit">
<image src="../../images/statistics/sub-tit.png" mode="widthFix" />
<text>12345热线投诉</text>
</view>
<HotlineComplaints />
</view>
<view class="card">
<view class="title">潜在不满意人员及事项预测</view>
<EventPrediction/>
</view>
<view class="card">
<view class="title">不满意人群画像</view>
<CrowdPortrait/>
</view>
</view>