时间充值活动
添加
搜索
{{ scope.row.suitableUser == 'NEW' ? '新用户' : '' }}
{{ scope.row.suitableUser == 'ALL' ? '全部' : '' }}
开始时间:{{ scope.row.startDate }}
结束时间:{{ scope.row.endDate }}
原价:{{ scope.row.totalPrice }}元
折扣价:{{ scope.row.discountPrice ? scope.row.discountPrice : 0 }}元
购买:{{ scope.row.purchaseMinutes }}分钟
赠送:{{ scope.row.giveMinutes ? scope.row.giveMinutes : 0 }}分钟
{{ scope.row.delFlag ? '停用' : '启用' }}
查看
{{ scope.row.delFlag ? '启用' : '停用' }}