fix: 增加领取失败。发放中
This commit is contained in:
parent
d470fdcbd2
commit
9fc23defc8
|
@ -411,7 +411,7 @@
|
|||
denomination: item.voucher.denomination,
|
||||
reduce_amount: item.voucher.reduce_amount,
|
||||
status: self.statusSort(el.order_voucher) === 4 ? 3 : self.statusSort(el.order_voucher), // 如果是已使用,展示待使用
|
||||
num: self.statusSort(el.order_voucher) === 4 ? 1 : 0,
|
||||
num: self.statusSort(el.order_voucher) === 4 || self.statusSort(el.order_voucher) === 2 || self.statusSort(el.order_voucher) === 5 ? 1 : 0,
|
||||
send_num: 1
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue