From 4e4b6e218ad4a875c46661e15634e466d4135171 Mon Sep 17 00:00:00 2001
From: zzzz <690498789@qq.com>
Date: Mon, 22 Apr 2024 15:19:57 +0800
Subject: [PATCH] Merge branch 'ziyouqishi' into api.essencefunds.com
---
src/views/capital/rechargelist.vue | 48 ++++++++++++++++++++++++------------------------
1 files changed, 24 insertions(+), 24 deletions(-)
diff --git a/src/views/capital/rechargelist.vue b/src/views/capital/rechargelist.vue
index f0d24d7..7b082ed 100644
--- a/src/views/capital/rechargelist.vue
+++ b/src/views/capital/rechargelist.vue
@@ -65,9 +65,9 @@
@click=";(queryParam.pageNum = 1), getlist()"
>查询
</a-button>
- <a-button type="primary" icon="plus" style="margin-left: 8px" @click="addOrderdialog = true"
+ <!-- <a-button type="primary" icon="plus" style="margin-left: 8px" @click="addOrderdialog = true"
>创建充值订单
- </a-button>
+ </a-button> -->
<a-button type="primary" icon="vertical-align-bottom" style="margin-left: 8px" @click="getexport"
>导出搜索数据
</a-button>
@@ -243,28 +243,28 @@
dataIndex: 'orderSn',
align: 'center',
},
- {
- title: '账户类型',
- dataIndex: 'assetsType',
- align: 'center',
- customRender: (text, row, index) => {
- switch (text) {
- case 'US':
- return '美股账户'
- case 'MAS':
- return '马股账户'
- default:
- return '未知账户'
- }
- },
- },
- {
- title: '上传凭证',
- dataIndex: 'img',
- align: 'center',
- width: 180,
- scopedSlots: { customRender: 'img' },
- },
+ // {
+ // title: '账户类型',
+ // dataIndex: 'assetsType',
+ // align: 'center',
+ // customRender: (text, row, index) => {
+ // switch (text) {
+ // case 'US':
+ // return '美股账户'
+ // case 'MAS':
+ // return '马股账户'
+ // default:
+ // return '未知账户'
+ // }
+ // },
+ // },
+ // {
+ // title: '上传凭证',
+ // dataIndex: 'img',
+ // align: 'center',
+ // width: 180,
+ // scopedSlots: { customRender: 'img' },
+ // },
{
title: '客户电话',
dataIndex: 'userPhone',
--
Gitblit v1.9.3