commit
f542db27f9
|
|
@ -157,7 +157,8 @@ const [Grid, gridApi] = useVbenVxeGrid({
|
||||||
type: 'link',
|
type: 'link',
|
||||||
ifShow: () =>
|
ifShow: () =>
|
||||||
row.deliveryType === DeliveryTypeEnum.EXPRESS.type &&
|
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),
|
onClick: handleDelivery.bind(null, row),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue