From 7ab3414cec752edef731bc58ca617ef27bd7ea3a Mon Sep 17 00:00:00 2001
From: gyq <875626088@qq.com>
Date: Sat, 6 Dec 2025 15:46:57 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E7=BB=93=E7=AE=97=E8=B7=AF?=
=?UTF-8?q?=E5=BE=84=E8=B7=B3=E8=BD=AC?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/order/index/index.vue | 56 +++++++++------------------------
1 file changed, 14 insertions(+), 42 deletions(-)
diff --git a/src/views/order/index/index.vue b/src/views/order/index/index.vue
index a5ad6d6..ea01ec5 100644
--- a/src/views/order/index/index.vue
+++ b/src/views/order/index/index.vue
@@ -2,37 +2,19 @@
-
+
-
+
{{ returnOriginAmount(scope.row) }}
-
+
{{ scope.row.orderNo }}
@@ -79,21 +61,13 @@
{{ scope.row[scope.prop] }}
-
+
详情
开票
-
+
结账
@@ -109,11 +83,7 @@
-
+
@@ -232,7 +202,7 @@ const router = useRouter();
// 结账
function toPayOrder(order: getListResponse) {
router.push({
- path: "/tool/index",
+ path: "/Instead",
query: {
id: order.id,
key: "isPayOrder",
@@ -334,6 +304,7 @@ function showdetail(row: OrderInfoVo) {
flex-direction: column;
justify-content: center;
align-items: center;
+
&:not(:first-child) {
margin-top: 10px;
}
@@ -348,6 +319,7 @@ function showdetail(row: OrderInfoVo) {
display: flex;
flex-direction: column;
margin-top: 2px;
+
.sku {
color: #999;
}
@@ -377,7 +349,7 @@ function showdetail(row: OrderInfoVo) {
left: 36%;
padding: 18px;
- > div:first-child {
+ >div:first-child {
display: flex;
align-items: center;
justify-content: space-between;
@@ -388,7 +360,7 @@ function showdetail(row: OrderInfoVo) {
transform: translateX(-80px);
}
- > div:last-child {
+ >div:last-child {
text-align: center;
}
}