{{ $t('车辆信息') }}
{{ $t('逾期费用:') }}
{{ $t('车辆编号:') }}{{car_sn}}
{{ $t('车辆品牌:') }}{{carInfoData.brand_name}}
{{ $t('车辆颜色:') }}{{carInfoData.color_name}}
{{ $t('车牌号:') }}{{carInfoData.license_plate_number}}
{{ $t('车辆名称:') }}{{carInfoData.car_name}}
{{ $t('车型:') }}{{carInfoData.model_name}}
{{ $t('续航:') }}{{(carInfoData.endurance / 1000).toFixed(2)}}km
{{ $t('重量:') }}{{(carInfoData.weight / 1000).toFixed(2)}}kg
{{ $t('照片:') }}
{{ $t('门店信息') }}
{{ $t('门店名称:') }}{{shopInfo.shop_name}}
{{ $t('门店地址:') }}{{shopInfo.address}}
{{ $t('上传照片') }}
{{ item.title? item.title : $t('车辆照片')}}
+
{{ $t('归还车辆') }}
{{ $t('激活车辆') }}
isShowToBuy=false" @payToOrder="payToOrder" :free_price="totalPrice"
:isShowToBuy="isShowToBuy" />