{{ activeName === 'wait' ? '提交时间:' : '审核时间:' }}
+ end-placeholder="结束时间" style="margin-right:1vw;width:25vw"
+ @change="handleDatePickerChange" :default-time="defaultTime" :disabled-date="disabledDate"/>
今
昨
近7天
@@ -42,7 +44,6 @@
- 总条数:{{ format3(stats.totalNum) }}条
退款总金币数:{{ format3((stats.permanentGolds + stats.freeGolds + stats.taskGolds).toFixed(2)) }}金币
永久金币:{{ format3(stats.permanentGolds.toFixed(2)) }}金币
免费金币:{{ format3(stats.freeGolds.toFixed(2)) }}金币
@@ -50,19 +51,19 @@
-
-
-
-
-
+
+
+
+
+
-
+
{{ row.refundModel === 0 ? '全部退款' : '部分退款' }}
-
+
{{ row.sumGold / 100 }}
@@ -83,16 +84,17 @@
{{ row.taskGold / 100 }}
-
-
-
-
+
+
+
+
{{
checkTab === 'pending'
- ? moment(row.auditTime).format('YYYY-MM-DD HH:mm:ss')
- : moment(row.createTime).format('YYYY-MM-DD HH:mm:ss')
+ ? moment(row.auditTime).format('YYYY-MM-DD HH:mm:ss')
+ : moment(row.createTime).format('YYYY-MM-DD HH:mm:ss')
}}
@@ -126,15 +128,16 @@
+ layout="total, sizes, prev, pager, next, jumper" :total="pagination.total"
+ @size-change="handlePageSizeChange"
+ @current-change="handleCurrentChange">