大宝管理后台代码
dcc
2024-07-07 55424ae85fe3b97a0fa383e00515e5edc4e9a75b
src/views/userlist/index.vue
@@ -198,12 +198,14 @@
          align: 'center',
        },
        {
          title: '总资金',
          dataIndex: 'userAmt',
          title: '资金使用百分比',
          dataIndex: 'fundRatio',
          align: 'center',
          customRender: (text, row, index) => {
            return text ? text.toFixed(2) : '0'
          },
        },
        {
          title: '杠杠',
          dataIndex: 'lever',
          align: 'center',
        },
        {
          title: '认证信息',
@@ -338,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()
    },