|
@@ -14,18 +14,18 @@
|
|
|
<!--循环本行-->
|
|
|
<!-- <i class="iconfont icon-wushuju zwsj"></i>
|
|
|
<text class="zwsj_text">暂无数据</text> -->
|
|
|
- <view class="list_li flex-c" wx:for="{{xunchaList}}" wx:key="index"
|
|
|
+ <view class="list_li flex-c" wx:for="{{mList}}" wx:key="index"
|
|
|
bindtap="bindViewToDetails" data-buslogid="{{item.id}}">
|
|
|
<view class="list_li_1">
|
|
|
<!-- <i class="list_icon iconfont icon-queding" wx:if="{{item.isRisk != 1}}"></i> -->
|
|
|
<!-- <i class="list_icon iconfont icon-yingjipingtai" wx:if="{{item.isRisk == 1}}"></i> -->
|
|
|
- <text>[{{item.busLogTypeLabel}}]{{item.busEnterpriseName}}</text>
|
|
|
+ <text>[{{item.busEnterpriseName}}]{{item.busPatrolstationName}}</text>
|
|
|
<i class="iconfont icon-xiangyou list_right"></i>
|
|
|
</view>
|
|
|
<view class="list_li_2">
|
|
|
- <text class="time-text">{{item.deptName}}</text>
|
|
|
- <text class="time-text">{{item.nickName}}</text>
|
|
|
- <text class="time-text">{{item.createTime}}</text>
|
|
|
+ <text class="time-text">{{item.busPatrolstationCode}}</text>
|
|
|
+ <text class="time-text">{{item.remarks}}</text>
|
|
|
+ <!-- <text class="time-text">{{item.busEnterpriseName}}</text> -->
|
|
|
</view>
|
|
|
<!-- <view class="line2"></view> -->
|
|
|
</view>
|