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 @@ - +