diff --git a/src/css/btn.css b/src/css/btn.css
index f9571c0..c38daf1 100644
--- a/src/css/btn.css
+++ b/src/css/btn.css
@@ -37,3 +37,12 @@ v-if="hasRecharge"
border-color: transparent;
}
}
+
+.pass-btn {
+ color: #2741DE ;
+ margin-right: 5px
+}
+.reject-btn {
+ color: #2741DE ;
+ margin-left: 5px
+}
\ No newline at end of file
diff --git a/src/views/audit/gold/rechargeAudit.vue b/src/views/audit/gold/rechargeAudit.vue
index a9d7f8f..b65e8ff 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"/>
今
昨
@@ -48,7 +48,7 @@
-
+
@@ -56,24 +56,25 @@
充值新币:{{ 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' }">
{{ scope.$index + 1 + (getObj.pageNum - 1) * getObj.pageSize }}
-
-
-
-
-
+
+
+
+
+
{{ scope.row.money / 100 }}
@@ -83,22 +84,22 @@
{{ (scope.row.freeGold) / 100 }}
-
-
+
+
+ style="display: flex; justify-content: center; align-items: center; cursor: pointer;"
+ @click="previewImage(scope.row.voucher)">
--
-
+
-
+ show-overflow-tooltip/>
+
{{ moment(scope.row.payTime).format('YYYY-MM-DD HH:mm:ss') }}
@@ -109,8 +110,8 @@
{{
activeName === 'wait'
- ? moment(scope.row.auditTime).format('YYYY-MM-DD HH:mm:ss')
- : moment(scope.row.createTime).format('YYYY-MM-DD HH:mm:ss')
+ ? moment(scope.row.auditTime).format('YYYY-MM-DD HH:mm:ss')
+ : moment(scope.row.createTime).format('YYYY-MM-DD HH:mm:ss')
}}
@@ -119,14 +120,16 @@
{{ moment(scope.row.auditTime).format('YYYY-MM-DD HH:mm:ss') }}
-
+
-
+
通过
-
+
取消
@@ -135,17 +138,20 @@
-
+
驳回
-
+
@@ -153,7 +159,7 @@
+ show-word-limit/>
@@ -166,17 +172,17 @@