From 8431debcc9298a17116bac9c88ecc3fb4f74f645 Mon Sep 17 00:00:00 2001
From: dcc <dcc@163.com>
Date: Mon, 06 May 2024 13:59:50 +0800
Subject: [PATCH] 1111
---
src/views/userlist/index.vue | 20 +++++++++++---------
1 files changed, 11 insertions(+), 9 deletions(-)
diff --git a/src/views/userlist/index.vue b/src/views/userlist/index.vue
index c3bf913..f5283b6 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',
@@ -338,8 +339,9 @@
this.getuserList()
},
onSizeChange(current, pageSize) {
+ // console.log(current, pageSize)
this.queryParam.pageNum = current
- this.pagination.current = page
+ // this.pagination.current = page
this.queryParam.pageSize = pageSize
this.getuserList()
},
--
Gitblit v1.9.3