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: 'Total'
},
vanCoupon: {
valid: 'Valido',
unlimited: 'Ilimitado',
discount: (discount: number) => `${discount * 10}% de descuento`,
condition: (condition: number) => `Al menos ${condition}`