{{ scope.row.category | couponCategory }}
{{ scope.row.minPrice === 0 ? '不限制' : scope.row.minPrice }}
{{
scope.row.isFixedTime ? scope.row.useStartTime + ' 一 ' + scope.row.useEndTime : scope.row.day + '天'
}}
{{ !scope.row.isLimited ? '不限量' : scope.row.lastTotal }}
发送
确定