h5/pages/driver/queueUpRecord.vue
@@ -18,7 +18,7 @@ <view class="address">{{ item.platformName || '等待分配月台' }}</view> <view class="time" v-if="item.status == 5"> <u-icon class="mr6" name="clock" color="#4d98a8"></u-icon> <text>{{item.callDateTemp}}</text> <text>{{item.startDateTemp}}</text> </view> </view> </view> @@ -49,6 +49,9 @@ this.type = option.type; this.platformId = option.platformId; this.getData(option.jobId || ''); uni.setNavigationBarTitle({ title: this.type == 0 ? '已签到车辆' : '作业中车辆' }) }, methods: { getData(jobId) {