From 064abb66214259282c6250b2afd7742490170c88 Mon Sep 17 00:00:00 2001 From: yml2213 Date: Fri, 5 Jun 2026 00:11:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E9=A2=9D=E5=A4=96=E6=B6=88?= =?UTF-8?q?=E8=80=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../orders/views/MobileOrderDetailView.vue | 56 ++++++++++++++++++- .../features/orders/views/OrderDetailView.vue | 53 +++++++++++++++++- 2 files changed, 106 insertions(+), 3 deletions(-) diff --git a/frontend/src/features/orders/views/MobileOrderDetailView.vue b/frontend/src/features/orders/views/MobileOrderDetailView.vue index 085c436..11d0e7a 100644 --- a/frontend/src/features/orders/views/MobileOrderDetailView.vue +++ b/frontend/src/features/orders/views/MobileOrderDetailView.vue @@ -769,20 +769,33 @@ function getStatusTagType(status: string) {
订单快照 {{ quantity(snapshotHafCoinM) }}M,预计剩余 {{ quantity(remainingHafCoinM) }}M
- + +
仅填写封禁、违规、资产损坏等需要从押金赔付的费用。
+
+
+ 额外消耗品已用 + ¥{{ money(resourceChargeAmount) }} + 计入实际结算租金 +
+
+ 其他押金赔付 + ¥{{ money(checkoutForm.other_amount) }} + 从押金赔付扣除 +
+
订单快照 {{ quantity(snapshotHafCoinM) }}M,预计剩余 {{ quantity(remainingHafCoinM) }}M - + + 不含上方额外消耗品;仅填写封禁、违规、资产损坏等需要从押金赔付的费用。 +
+
+ 额外消耗品已用 + ¥{{ money(resourceChargeAmount) }} + 按上方物资数量自动计算,计入实际结算租金 +
+
+ 其他押金赔付 + ¥{{ money(checkoutForm.other_amount) }} + 作为押金赔付扣除,和额外消耗品分开展示 +
+