From 70cea4d888258e55e2e6f51dcc18dc71ebb7779f Mon Sep 17 00:00:00 2001 From: zhouxueli <2841188632@qq.com> Date: Wed, 31 Jul 2024 14:48:37 +0800 Subject: [PATCH] =?UTF-8?q?task#14504,=E8=AE=B0=E8=B4=A6-=E3=80=8B?= =?UTF-8?q?=E8=BD=A6=E8=A1=A3=EF=BC=8C=E7=94=B5=E7=93=B6=E8=B4=B9=E7=94=A8?= =?UTF-8?q?=E5=B1=95=E7=A4=BA=E8=AF=A6=E6=83=85=E7=95=8C=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/workOrder/accounting.vue | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) 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); }