diff --git a/src/views/audit/gold/rechargeAudit.vue b/src/views/audit/gold/rechargeAudit.vue index b65e8ff..21e78c7 100644 --- a/src/views/audit/gold/rechargeAudit.vue +++ b/src/views/audit/gold/rechargeAudit.vue @@ -4,24 +4,24 @@
精网号: - +
活动名称: - +
支付方式: - +
所属地区: + clearable @change="handleMarketChange" />
@@ -32,8 +32,8 @@ {{ activeName === 'wait' ? '提交时间:' : '审核时间:' }} + start-placeholder="起始时间" end-placeholder="结束时间" style="margin-right:1vw;width:25vw" + @change="handleDatePickerChange" :default-time="defaultTime" :disabled-date="disabledDate" />
@@ -56,25 +56,24 @@ 充值新币:{{ format3(stats.permanentGolds) }}新币     - 总金币数:{{ - format3((stats.permanentGolds + stats.freeGolds + stats.taskGolds).toFixed(2)) + 总金币数:{{ format3((stats.permanentGolds + stats.freeGolds + stats.taskGolds).toFixed(2)) }}金币     永久金币:{{ format3(stats.permanentGolds.toFixed(2)) }}金币     免费金币:{{ format3(stats.freeGolds.toFixed(2)) }}金币    
+ :row-style="{ height: '50px' }"> - - - - - + + + + + @@ -84,22 +83,22 @@ - - + + - + - + show-overflow-tooltip /> + @@ -120,8 +119,7 @@ {{ moment(scope.row.auditTime).format('YYYY-MM-DD HH:mm:ss') }} - +