zhangback
2025-12-18 37701165fd783da4c2878d72b4bae52687836479
1
<view class="container data-v-4f59a04a"><nav vue-id="8d12328a-1" title="{{formData.name}}" customBack="{{formData.router}}" customType="navigateBack" class="data-v-4f59a04a" bind:__l="__l"></nav><scroll-view class="history-scroll data-v-4f59a04a" style="height:calc(100vh - 80rpx);" scroll-y="true"><block wx:for="{{historyList}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="timeline-item data-v-4f59a04a"><view class="timeline-left data-v-4f59a04a"><view class="timeline-dot data-v-4f59a04a"></view><view class="{{['timeline-line','data-v-4f59a04a',(index===$root.g0-1)?'last':'']}}"></view><view class="timeline-distance data-v-4f59a04a">{{item.odometer+"km"}}</view></view><view class="timeline-right data-v-4f59a04a"><view class="item-header data-v-4f59a04a"><view class="driver-action data-v-4f59a04a">{{item.driverName+" "+item.statusStr}}</view><view class="vehicle-info data-v-4f59a04a">{{item.vehicleNumber}}</view><view class="location data-v-4f59a04a">{{item.address}}</view><view class="time data-v-4f59a04a">{{item.tripTime}}</view></view><view class="image-grid data-v-4f59a04a"><block wx:for="{{item.voucherUrl}}" wx:for-item="img" wx:for-index="imgIndex" wx:key="imgIndex"><view class="image-item data-v-4f59a04a"><image class="img data-v-4f59a04a" src="{{img}}" mode="aspectFill"></image></view></block></view></view></view></block></scroll-view></view>