| | |
| | | </view>
|
| | | <view class="box_list_item_nr_item">
|
| | | <text>到场时间:</text>
|
| | | <text>{{item.arriveDate.slice(5,16)}}</text>
|
| | | <text v-if="item.arriveDate">{{item.arriveDate.slice(5,16)}}</text>
|
| | | </view>
|
| | | <view class="box_list_item_nr_item">
|
| | | <text>司机姓名:</text>
|
| | |
| | | <text>{{item.carCodeFront}}</text>
|
| | | </view>
|
| | | <view class="box_list_item_nr_item">
|
| | | <text class="placeholder9">{{item.createDate.slice(0,16)}}提交</text>
|
| | | <text class="placeholder9" v-if="item.createDate">{{item.createDate.slice(0,16)}}提交</text>
|
| | | </view>
|
| | | </view>
|
| | | </view> |
| | |
| | | }
|
| | | },
|
| | | onShow() {
|
| | | this.page = 1
|
| | | this.page = 1 |
| | | this.datalist = []
|
| | | this.getList()
|
| | | },
|
| | | onReachBottom() {
|