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