代码提交4-2

This commit is contained in:
lixiaobang 2025-04-02 14:16:41 +08:00
parent 5f3ef5084b
commit 4020e31ddb
1 changed files with 17 additions and 9 deletions

View File

@ -22,27 +22,35 @@
<p class="d-date"><span>评估日期</span>{{ reportInfo.EvalDate }}</p>
</div>
<div class="box">
<p>电池类型</p>
<p v-show="batteryShow">{{ batteryInfo.BatteryType }}</p>
<!-- <p>VIN</p>
<p style="font-size: 12px" v-show="carNumShow">{{ frameInfo.VIN }}</p> -->
<p>品牌</p>
<p v-show="carNumShow">{{ carInfo.VehicleBrand }}</p>
</div>
<div class="box1 box">
<!-- <p>判别位</p>
<p v-show="batteryShow">{{ batteryInfo.DiscriminantPosition }}</p> -->
<p>品牌</p>
<p v-show="batteryShow">{{ carInfo.VehicleBrand }}</p>
<p>车型</p>
<p v-show="carNumShow">{{ carInfo.VehicleModel }}</p>
</div>
<div class="box3 box">
<div class="box1 box">
<p>车牌号</p>
<p v-show="carNumShow">{{ carInfo.LicensePlateNumber }}</p>
</div>
<div class="box4 box">
<p>电池额定容量</p>
<p v-show="batteryShow">{{ batteryInfo.RatedCapacityBattery }}kWh</p>
<div class="box3 box">
<p>电池类型</p>
<p v-show="carNumShow">{{ carInfo.BatteryType }}</p>
</div>
<div class="box5 box">
<div class="box4 box">
<!-- <p>电池类型</p>
<p v-show="batteryShow">{{ batteryInfo.BatteryType }}</p> -->
<p>VIN</p>
<p style="font-size: 12px" v-show="carNumShow">{{ frameInfo.VIN }}</p>
</div>
<div class="box5 box">
<p>电池额定容量</p>
<p v-show="carNumShow">{{ carInfo.RatedCapacityBattery }}kWh</p>
</div>
<!-- <div class="box6 box">
<p>电池标称能量</p>
<p v-show="batteryShow">{{ batteryInfo.BatteryNominalEnergy }}</p>