From c2641b04320495d1ae3ba9924ccfeae6070da4be Mon Sep 17 00:00:00 2001
From: zzzz <690498789@qq.com>
Date: Tue, 09 Apr 2024 18:57:14 +0800
Subject: [PATCH] first commit
---
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