Commit dd8bd104 authored by lijiongliang's avatar lijiongliang

爱车管理修改

parent 74b20fdb
...@@ -15,13 +15,13 @@ ...@@ -15,13 +15,13 @@
</div> </div>
<div class="item__title" @click="goGetPrice(vo.id)"> <div class="item__title" @click="goGetPrice(vo.id)">
<view class="title"> <view class="title">
{{vo.brand + "-" + item.seriesName}} {{vo.brand + "-" + vo.seriesName}}
</view> </view>
<view class="type"> <view class="type">
{{vo.carModel}} {{vo.carModel}}
</view> </view>
<view class="route"> <view class="route">
行驶里程 {{vo.mileage}}KM 行驶里程 {{vo.mileage || 0}}KM
</view> </view>
</div> </div>
<!-- <div class="item__edit" @click="editCar(vo.id)"> <!-- <div class="item__edit" @click="editCar(vo.id)">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment