大宝管理后台代码
dcc
2024-06-11 d2a6b6f9de0589ef3e74e37eb138fbee097673c1
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',
@@ -339,8 +340,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()
    },