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' }">
{{ scope.$index + 1 + (getObj.pageNum - 1) * getObj.pageSize }}
-
-
-
-
-
+
+
+
+
+
{{ scope.row.money / 100 }}
@@ -84,22 +83,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') }}
@@ -110,8 +109,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')
}}
@@ -120,8 +119,7 @@
{{ moment(scope.row.auditTime).format('YYYY-MM-DD HH:mm:ss') }}
-
+
@@ -149,9 +147,8 @@
@@ -159,7 +156,7 @@
+ show-word-limit />
@@ -172,17 +169,17 @@
-
+
@@ -344,4 +344,30 @@ onMounted(async function () {
.rate-tip {
hyphens: auto;
}
+
+/**表单的卡片样式**/
+.card2 {
+ background: #E7F4FD;
+}
+
+
+/**表头背景等**/
+:deep(.el-table__header-wrapper),
+:deep(.el-table__body-wrapper),
+:deep(.el-table__cell),
+ /* 表格 */
+:deep(.el-table__body td) {
+ background-color: #F3FAFE !important;
+}
+
+/* 表头 */
+:deep(.el-table__header th) {
+ background-color: #F3FAFE !important;
+}
+
+/* 鼠标悬停 */
+:deep(.el-table__row:hover > .el-table__cell) {
+ background-color: #E5EBFE !important;
+}
+