From 6a37b53c8cfd05e4e2ab709c9ceaa86005a3c45f Mon Sep 17 00:00:00 2001
From: YeMingfei666 <1619116647@qq.com>
Date: Sat, 15 Mar 2025 14:57:19 +0800
Subject: [PATCH] =?UTF-8?q?fix:=20=E8=AE=A2=E5=8D=95=E8=AF=A6=E6=83=85?=
=?UTF-8?q?=E5=A2=9E=E5=8A=A0=E9=80=80=E8=8F=9C=E6=95=B0=E9=87=8F=E9=80=80?=
=?UTF-8?q?=E6=AC=BE=E6=95=B0=E9=87=8F=EF=BC=8C=E4=BF=AE=E6=94=B9=E5=8F=AF?=
=?UTF-8?q?=E9=80=80=E6=AC=BE=E6=95=B0=E9=87=8F=E4=B8=BA=E4=B8=8B=E5=8D=95?=
=?UTF-8?q?=E6=95=B0=E9=87=8F-=E9=80=80=E8=8F=9C-=E5=B7=B2=E9=80=80?=
=?UTF-8?q?=E6=AC=BE?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/order/index/components/detail.vue | 26 ++++++++++++++-------
1 file changed, 18 insertions(+), 8 deletions(-)
diff --git a/src/views/order/index/components/detail.vue b/src/views/order/index/components/detail.vue
index bc40302..0995257 100644
--- a/src/views/order/index/components/detail.vue
+++ b/src/views/order/index/components/detail.vue
@@ -149,9 +149,12 @@
-
+
x{{ scope.row.num }}
+
+ x{{ scope.row.returnNum }}
+
¥{{ scope.row.unitPrice }}
@@ -162,31 +165,38 @@
¥{{ scope.row.payAmount }}
-
+
{{ scope.row.num - scope.row.returnNum }}
-
+
- {{ scope.row.num - scope.row.refundNum }}
+
+ {{ scope.row.num - scope.row.refundNum - scope.row.returnNum }}
+
-
+
{{ scope.row.returnNum }}
{{ scope.row.refundNum }}