diff --git a/src/views/audit/rechargeAudit.vue b/src/views/audit/rechargeAudit.vue
index b150abc..2728624 100644
--- a/src/views/audit/rechargeAudit.vue
+++ b/src/views/audit/rechargeAudit.vue
@@ -66,7 +66,7 @@
退款总金币数:{{ (stats.permanentGolds + stats.freeGolds + stats.taskGolds).toFixed(2) }}金币
永久金币:{{ stats.permanentGolds.toFixed(2) }}金币
免费金币:{{ stats.freeGolds.toFixed(2) }}金币
- 任务金币:{{ stats.taskGolds.toFixed(2) }}金币
+
@@ -83,8 +83,8 @@
-
- {{ scope.row.sumGold / 100 }}
+
+ {{ scope.row.permanentGold / 100 }}
{{ scope.row.permanentGold / 100 }}
@@ -117,7 +117,7 @@
{{ moment(scope.row.createTime).format('YYYY-MM-DD HH:mm:ss') }}
-
+
{{ moment(scope.row.auditTime).format('YYYY-MM-DD HH:mm:ss') }}