From 327e73d30a3fc9ab19cb7bdcd592e60813353396 Mon Sep 17 00:00:00 2001
From: lzhizhao <790086754@qq.com>
Date: Wed, 1 Oct 2025 11:17:47 +0800
Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E5=AE=BD=E5=BA=A6?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../operation-management/order/index.vue | 28 +++++++++----------
1 file changed, 14 insertions(+), 14 deletions(-)
diff --git a/src/views/modules/operation-management/order/index.vue b/src/views/modules/operation-management/order/index.vue
index 311a511..18ef8d8 100644
--- a/src/views/modules/operation-management/order/index.vue
+++ b/src/views/modules/operation-management/order/index.vue
@@ -194,46 +194,46 @@
{{ (pagination.pageNumber - 1) * pagination.pageSize + scope.$index + 1 }}
-
-
-
-
-
-
+
+
+
+
+
+
¥ {{ (scope.row.unitOrderMoney / 100).toFixed(2) }}
-
+
¥ {{ (scope.row.productMoney / 100).toFixed(2) }}
-
+
¥ {{ (scope.row.deliveryMoney / 100).toFixed(2) }}
-
+
¥ {{ (scope.row.dispatchMoney / 100).toFixed(2) }}
-
+
¥ {{ (scope.row.packageMoney / 100).toFixed(2) }}
-
+
{{ getStatusText(scope.row.status) }}
-
-
-
+
+
+