From 9ed3b94fb9f185af1fc849485b5813a2eefbf360 Mon Sep 17 00:00:00 2001
From: dcc <dcc@163.com>
Date: Thu, 18 Jul 2024 17:05:41 +0800
Subject: [PATCH] 美股股票域名更改
---
src/views/userlist/index.vue | 19 ++++++++++---------
1 files changed, 10 insertions(+), 9 deletions(-)
diff --git a/src/views/userlist/index.vue b/src/views/userlist/index.vue
index f5283b6..6973265 100644
--- a/src/views/userlist/index.vue
+++ b/src/views/userlist/index.vue
@@ -197,15 +197,16 @@
dataIndex: 'realName',
align: 'center',
},
- // {
- // title: '总资金',
- // dataIndex: 'userAmt',
- // align: 'center',
- // customRender: (text, row, index) => {
- // return text ? text.toFixed(2) : '0'
- // // return text.toFixed(2)
- // },
- // },
+ {
+ title: '资金使用百分比',
+ dataIndex: 'fundRatio',
+ align: 'center',
+ },
+ {
+ title: '杠杠',
+ dataIndex: 'lever',
+ align: 'center',
+ },
{
title: '认证信息',
dataIndex: 'isActive',
--
Gitblit v1.9.3