From 237caa698a9318e2c66a99bd4b59b75abb628391 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=A2=A8=E5=A4=A7=E5=8F=94?= <494979559@qq.com>
Date: Sat, 31 Aug 2024 13:46:58 +0800
Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/ss/transfer/index.vue | 7 ++++++-
src/views/system/withdraw/detail.vue | 17 +++++++++++++++--
src/views/system/withdraw/index.vue | 21 ++++++++++++---------
3 files changed, 33 insertions(+), 12 deletions(-)
diff --git a/src/views/ss/transfer/index.vue b/src/views/ss/transfer/index.vue
index ba27ae9..3b44c27 100644
--- a/src/views/ss/transfer/index.vue
+++ b/src/views/ss/transfer/index.vue
@@ -150,7 +150,7 @@ import {
refreshTransferStatus
} from '@/api/ss/transfer'
import { $showColumns, $view } from '@/utils/mixins'
-import { TransferStatus } from '@/utils/constants'
+import { TransferStatus, views } from '@/utils/constants'
// 默认排序字段
const defaultSort = {
@@ -267,6 +267,11 @@ export default {
};
},
created() {
+ // 提现列表隐藏搜索
+ if (this.hasView(views.withdraw)) {
+ this.showSearch = false;
+ }
+
this.queryParams = {
...this.queryParams,
...this.query
diff --git a/src/views/system/withdraw/detail.vue b/src/views/system/withdraw/detail.vue
index e3544d5..8dee8a8 100644
--- a/src/views/system/withdraw/detail.vue
+++ b/src/views/system/withdraw/detail.vue
@@ -8,12 +8,22 @@
{{detail.billNo | defaultValue}}
+
+ ({{detail.userRealName | defaultValue}})
{{detail.createTime | defaultValue}}
{{detail.channelName}}
+
+
+ ({{detail.referenceIsReal | defaultValue}})
+
+
+
+ ({{detail.agentRealName | defaultValue}})
+
@@ -105,14 +115,18 @@