From c65278cb28af87338dcd72dbbae7e079ce88cceb Mon Sep 17 00:00:00 2001 From: gyq <875626088@qq.com> Date: Thu, 9 Jan 2025 14:59:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=8F=90=E7=8E=B0=E7=BB=9F?= =?UTF-8?q?=E8=AE=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../finance/components/withdraw-manage.vue | 29 +++++++++++-------- .../finance/components/withdrawTotal.vue | 4 +-- src/views/finance/financeList.vue | 2 +- 3 files changed, 20 insertions(+), 15 deletions(-) diff --git a/src/views/finance/components/withdraw-manage.vue b/src/views/finance/components/withdraw-manage.vue index b01ab46..be2b713 100644 --- a/src/views/finance/components/withdraw-manage.vue +++ b/src/views/finance/components/withdraw-manage.vue @@ -31,7 +31,8 @@ + end-placeholder="结束日期" @change="changeTime" value-format="yyyy-MM-DD HH:mm:ss" + :default-time="['00:00:00', '23:59:59']"> @@ -58,6 +59,11 @@ + + + - - - @@ -93,12 +94,8 @@ 成功 -
-
- - 失败:{{ scope.row.refund }} - -
+
+ 失败:{{ scope.row.refund }}
待审核 @@ -289,4 +286,12 @@ export default { } } } + +.tag_danger { + background-color: rgba(245, 108, 108, .1); + color: #f56c6c; + border-radius: 4px; + border: 1px solid rgba(245, 108, 108, .2); + padding: 2px 10px; +} diff --git a/src/views/finance/components/withdrawTotal.vue b/src/views/finance/components/withdrawTotal.vue index 344d417..59536f3 100644 --- a/src/views/finance/components/withdrawTotal.vue +++ b/src/views/finance/components/withdrawTotal.vue @@ -72,9 +72,9 @@
提现次数:{{ scope.row.subCount }}
- + diff --git a/src/views/finance/financeList.vue b/src/views/finance/financeList.vue index 278356b..7558abd 100644 --- a/src/views/finance/financeList.vue +++ b/src/views/finance/financeList.vue @@ -4,7 +4,7 @@ - +