{{ formatDiscount(item.discountRate) }}
${{ item.couponAmount }}
{{ item.couponType === 1 ? '折扣券' : '现金抵扣券' }}
{{ formatDiscount(item.discountRate) }}
${{ item.couponAmount }}
{{ item.couponType === 1 ? '折扣券' : '现金抵扣券' }}
有效期至{{ dateTime(item.useValidTime || item.getValidTime) }}