From ba0c3e10b8bff315982438fc2aa0e33606179025 Mon Sep 17 00:00:00 2001
From: mayf <m13160102112@163.com>
Date: 星期一, 09 九月 2024 15:51:47 +0800
Subject: [PATCH] 订单列表去除商品信息展示
---
pages/order/list/index.vue | 5 -----
1 files changed, 0 insertions(+), 5 deletions(-)
diff --git a/pages/order/list/index.vue b/pages/order/list/index.vue
index 00af407..537798e 100644
--- a/pages/order/list/index.vue
+++ b/pages/order/list/index.vue
@@ -74,11 +74,6 @@
}${row.customerAddress || ''}`,
minWidth: 250,
},
- {
- label: '商品信息',
- formatter: (row) => <GoodsTableItemList items={row.items} />,
- minWidth: 250,
- },
{ label: '订单金额(元)', prop: 'totalAmount', minWidth: 150 },
{ label: '底价(元)', prop: 'supplierAmount', minWidth: 150 },
{ label: '订单状态', prop: 'statusBackendStr', minWidth: 120 },
--
Gitblit v1.9.3