diff --git a/src/views/workOrder/accounting.vue b/src/views/workOrder/accounting.vue index 77d87399..1ca5f152 100644 --- a/src/views/workOrder/accounting.vue +++ b/src/views/workOrder/accounting.vue @@ -49,6 +49,16 @@ {{ orderInfo.policyAmount }} +
+ 车衣费用: + {{ orderInfo.carClothingToolAmount }} +
+
+ 换电瓶费用: + {{ orderInfo.replaceBatteryAmount }} +
工单照片: @@ -894,7 +904,7 @@ img { } .baseInfo { - @include wh(100%, 286px); + @include wh(100%, 344px); }