From 2d35bc0c8f9fe802612ec790eda73df269542e4e Mon Sep 17 00:00:00 2001
From: zzzz <690498789@qq.com>
Date: Sun, 07 Apr 2024 21:49:18 +0800
Subject: [PATCH] ne1

---
 src/views/userlist/index.vue |   17 +++++++++--------
 1 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/src/views/userlist/index.vue b/src/views/userlist/index.vue
index c3bf913..1232155 100644
--- a/src/views/userlist/index.vue
+++ b/src/views/userlist/index.vue
@@ -197,14 +197,15 @@
           dataIndex: 'realName',
           align: 'center',
         },
-        {
-          title: '总资金',
-          dataIndex: 'userAmt',
-          align: 'center',
-          customRender: (text, row, index) => {
-            return text ? text.toFixed(2) : '0'
-          },
-        },
+        // {
+        //   title: '总资金',
+        //   dataIndex: 'userAmt',
+        //   align: 'center',
+        //   customRender: (text, row, index) => {
+        //     return text ? text.toFixed(2) : '0'
+        //     // return text.toFixed(2)
+        //   },
+        // },
         {
           title: '认证信息',
           dataIndex: 'isActive',

--
Gitblit v1.9.3