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.
 

23 lines
893 B

<view class="num-list">
<view class="num-item" bind:tap="gotopage" data-url="/subpages/statistics/pages/qzbmy/qzbmy?countType=event">
<view class="txt">
<text>事件未解决
的人数</text>
</view>
<view class="num">{{unSolvedNum}}</view>
</view>
<view class="num-item" bind:tap="gotopage" data-url="/subpages/statistics/pages/qzbmy/qzbmy?countType=demand">
<view class="txt">
<text>需求未满足
的人数</text>
</view>
<view class="num">{{unFinishNum}}</view>
</view>
<view class="num-item" bind:tap="gotopage" data-url="/subpages/statistics/pages/qzbmy/qzbmy?countType=service">
<view class="txt">
<text>应享未享服务
的人数</text>
</view>
<view class="num">{{noServiceNum}}</view>
</view>
</view>