总条数:{{ stats.totalNum }}条
退款总金币数:{{ (stats.permanentGolds + stats.freeGolds + stats.taskGolds).toFixed(2) }}金币
永久金币:{{ stats.permanentGolds.toFixed(2) }}金币
免费金币:{{ stats.freeGolds.toFixed(2) }}金币
任务金币:{{ stats.taskGolds.toFixed(2) }}金币
{{ row.refundModel === 0 ? '全部退款' : '部分退款' }}
{{ row.sumGold / 100 }}
{{ row.permanentGold / 100 }}
{{ (row.freeJune + row.freeDecember) / 100}}
{{ row.taskGold / 100 }}
{{ moment(row.createTime).format('YYYY-MM-DD HH:mm:ss') }}
{{ row.auditTime ? moment(row.auditTime).format('YYYY-MM-DD HH:mm:ss') : '--' }}
通过
驳回