查询
重置
添加
删除
同步车辆信息
{{ getDictName('cllx', row.carType) }}
{{ getDictName('clsslx', row.type) }}
车辆基本信息
设备信息
handleDict(val, obj, 'wlyys')
"
/>
照片上传
imgUrl(url, 'carSidePhotoUrl')
"
ref="carSidePhotoUrl"
v-model="form.carSidePhotoUrl"
:url="form.carSidePhotoUrl"
:accept="`.jpg,.jpeg,.png,.JPG,.JPEG`"
>
imgUrl(url, 'drivingLicense')
"
ref="drivingLicense"
v-model="form.drivingLicense"
:url="form.drivingLicense"
:accept="`.jpg,.jpeg,.png,.JPG,.JPEG`"
>
imgUrl(url, 'carBeforePhotoUrl')
"
ref="carBeforePhotoUrl"
v-model="form.carBeforePhotoUrl"
:url="form.carBeforePhotoUrl"
:accept="`.jpg,.jpeg,.png,.JPG,.JPEG`"
>
imgUrl(url, 'carAfterPhotoUrl')
"
ref="carAfterPhotoUrl"
v-model="form.carAfterPhotoUrl"
:url="form.carAfterPhotoUrl"
:accept="`.jpg,.jpeg,.png,.JPG,.JPEG`"
>