Pre Merge pull request !340 from hice/master

pull/340/MERGE
hice 2026-04-13 08:47:00 +00:00 committed by Gitee
commit 0505736536
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 2 additions and 1 deletions

View File

@ -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),
},
{