| | |
| | | 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', |
| | |
| | | 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() |
| | | }, |