fix: 增加领取失败。发放中

This commit is contained in:
zhangds 2024-04-06 22:26:11 +08:00
parent d470fdcbd2
commit 9fc23defc8
1 changed files with 1 additions and 1 deletions

View File

@ -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
}
}