From eb62e63a046bda9af60e2d5d9f279be7d5e2139e Mon Sep 17 00:00:00 2001 From: hice <17613292852@163.com> Date: Mon, 13 Apr 2026 16:31:48 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=95=86=E5=9F=8E=E8=AE=A2=E5=8D=95?= =?UTF-8?q?=E5=8F=91=E8=B4=A7=E5=90=8E=E5=8F=AF=E5=86=8D=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E5=8F=91=E8=B4=A7=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/web-antd/src/views/mall/trade/order/index.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/web-antd/src/views/mall/trade/order/index.vue b/apps/web-antd/src/views/mall/trade/order/index.vue index dbd2e2145..353bf3809 100644 --- a/apps/web-antd/src/views/mall/trade/order/index.vue +++ b/apps/web-antd/src/views/mall/trade/order/index.vue @@ -157,7 +157,8 @@ const [Grid, gridApi] = useVbenVxeGrid({ type: 'link', ifShow: () => row.deliveryType === DeliveryTypeEnum.EXPRESS.type && - row.status === TradeOrderStatusEnum.UNDELIVERED.status, + (row.status === TradeOrderStatusEnum.UNDELIVERED.status || + row.status === TradeOrderStatusEnum.DELIVERED.status), onClick: handleDelivery.bind(null, row), }, {