更新
This commit is contained in:
parent
0affe689f0
commit
e944e85479
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user