From 0bb4fc0e3b40bdff4993b59495af714c37d724c6 Mon Sep 17 00:00:00 2001 From: lihui Date: Fri, 10 Oct 2025 09:51:08 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E9=80=9A=E8=BF=87=E9=A9=B3=E5=9B=9E?= =?UTF-8?q?=E9=80=9A=E7=94=A8=E6=A0=B7=E5=BC=8F=20+=20=E6=B1=87=E7=8E=87?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/audit/gold/rechargeAudit.vue | 190 ++++++++++++++++----------------- src/views/managerecharge/rate.vue | 28 ++++- 2 files changed, 121 insertions(+), 97 deletions(-) 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') }} - +