1.修改显示车辆所属人
parent
0a0070a4b9
commit
d619e705d0
|
@ -24,7 +24,7 @@
|
||||||
</u-cell>
|
</u-cell>
|
||||||
<u-cell>
|
<u-cell>
|
||||||
<view slot="title" class="title">车辆归属人</view>
|
<view slot="title" class="title">车辆归属人</view>
|
||||||
<view slot="label" class="mt-10">{{ info.U_NAME }}</view>
|
<view slot="label" class="mt-10">{{ info.USER_NAME }}</view>
|
||||||
</u-cell>
|
</u-cell>
|
||||||
<u-cell v-if="info.drivingImgs && info.drivingImgs.length > 0">
|
<u-cell v-if="info.drivingImgs && info.drivingImgs.length > 0">
|
||||||
<view slot="title" class="title">行驶证照片:</view>
|
<view slot="title" class="title">行驶证照片:</view>
|
||||||
|
|
Loading…
Reference in New Issue