This commit is contained in:
许允枞 2025-03-25 16:47:19 +08:00
parent 0affe689f0
commit e944e85479

View File

@ -42,13 +42,16 @@
<view class="s-hui" v-if="item.carNo">车辆号码{{item.carNo || ''}}</view>
<!-- <view class="s-hui">车辆性质{{item.carNature || ''}}</view>-->
<view class="bd">
<view class="" style="color:rgb(60, 156, 255);" @click="previewImage(item.driverLicenesImg)" v-if="item.driverLicenesImg">查看行驶证</view>
</view>
<view style="color:#3c9cff;text-align: right;font-size: 30rpx" @click="goAddOrder(item)" v-if="!item.orderId">
转订单
<view style="display: flex;margin-top:20rpx;justify-content: space-between;">
<view class="bd">
<view class="" style="color:rgb(60, 156, 255);" @click="previewImage(item.driverLicenesImg)" v-if="item.driverLicenesImg">查看行驶证</view>
</view>
<view style="color:#3c9cff;font-size: 30rpx" @click="goAddOrder(item)" v-if="!item.orderId">
转订单
</view>
</view>
</view>
</view>