1.修改显示车辆所属人

dev-2.0
guoyuepeng 2025-07-23 11:09:57 +08:00
parent 0a0070a4b9
commit d619e705d0
1 changed files with 1 additions and 1 deletions

View File

@ -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>