feat(CouponList): refactor style & add new prop show-count (#5139)

This commit is contained in:
rex
2019-12-03 16:44:16 +08:00
committed by neverland
parent e47208e1a0
commit 158e3b4654
15 changed files with 143 additions and 97 deletions
-1
View File
@@ -29,7 +29,6 @@ export default {
label: '合計:'
},
vanCoupon: {
valid: '有效期限',
unlimited: '無使用門檻',
discount: (discount: number) => `${discount}`,
condition: (condition: number) => `滿${condition}元可用`