doum
2025-09-11 7298d5354963a88643a543b51b90192dc9fc934c
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) {