| | |
| | | renderColumns = () => { |
| | | let obj = this; |
| | | return [ |
| | | { title: '头像', className: "txt-c", dataIndex: 'avatar', key: 'avatar', render: (text, record) => text ? <img style={{ height: 23, width: 25 }} src={text} /> : <Icon type="user-delete" style={{ fontSize: 20 }} /> }, |
| | | { title: '头像', className: "txt-c", dataIndex: 'avatar', key: 'avatar', render: (text, record) => text ? <img style={{ height: 23, width: 25 }} src={text} /> : <Icon type="user" style={{ fontSize: 20 }} /> }, |
| | | { title: '姓名', className: "txt-c", dataIndex: 'trueName', key: 'trueName' }, |
| | | { title: '身份证', className: "txt-c", dataIndex: 'idcard', key: 'idcard' }, |
| | | { title: '邮箱', className: "txt-c", dataIndex: 'email', key: 'email' }, |