From 1cf77fe6dec145ec415a479e42fc890618f1452d Mon Sep 17 00:00:00 2001 From: YunaiV Date: Mon, 13 Oct 2025 23:39:09 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9A=E3=80=90mall=20=E5=95=86=E5=9F=8E?= =?UTF-8?q?=E3=80=91=E9=97=A8=E5=BA=97=E8=87=AA=E6=8F=90=E7=9A=84=E8=BF=81?= =?UTF-8?q?=E7=A7=BB=EF=BC=88ele=20100%=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mall/trade/delivery/pickUpOrder/index.vue | 9 ++++----- .../mall/trade/delivery/pickUpOrder/index.vue | 17 +++++++---------- 2 files changed, 11 insertions(+), 15 deletions(-) diff --git a/apps/web-antd/src/views/mall/trade/delivery/pickUpOrder/index.vue b/apps/web-antd/src/views/mall/trade/delivery/pickUpOrder/index.vue index e679f20c1..cc0572f7b 100644 --- a/apps/web-antd/src/views/mall/trade/delivery/pickUpOrder/index.vue +++ b/apps/web-antd/src/views/mall/trade/delivery/pickUpOrder/index.vue @@ -157,7 +157,7 @@ const [Grid, gridApi] = useVbenVxeGrid({ }, gridOptions: { cellConfig: { - height: 100, + height: 80, }, columns: useGridColumns(), height: 'auto', @@ -236,14 +236,13 @@ const [Grid, gridApi] = useVbenVxeGrid({
{ @@ -163,7 +163,7 @@ const [Grid, gridApi] = useVbenVxeGrid({ }, gridOptions: { cellConfig: { - height: 100, + height: 80, }, columns: useGridColumns(), height: 'auto', @@ -242,15 +242,12 @@ const [Grid, gridApi] = useVbenVxeGrid({
-
@@ -266,7 +263,7 @@ const [Grid, gridApi] = useVbenVxeGrid({
- {{ fenToYuan(item.price) }} 元 x {{ item.count || 0 }} + {{ fenToYuan(item.price!) }} 元 x {{ item.count }}