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;
}
}