Pre Merge pull request !340 from hice/master
commit
0505736536
|
|
@ -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),
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue