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.
22 lines
861 B
22 lines
861 B
<Head isBack text="画像匹配人员"/>
|
|
|
|
<view class="statistics-container">
|
|
|
|
<view class="card">
|
|
<view class="title">
|
|
<!-- <text class="bold">“基础教育” </text>-->
|
|
潜在不满意人员: <text class="blue">{{total}}</text> 人
|
|
</view>
|
|
<view class="log-list">
|
|
<view class="log-item" wx:for="{{list}}" wx:key="{{index}}" bind:tap="gotopage" data-id="{{item.restId}}">
|
|
<view>
|
|
<view class="user">
|
|
<view class="name">{{item.restName}} {{item.mobile}}</view>
|
|
</view>
|
|
<view class="address">地址:{{item.houseAddress}}</view>
|
|
</view>
|
|
<image src="../../../images/right.png" mode="widthFix" class="icon"/>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
|