forked from huge/frontEnd/hugeOA

Mr Ke
2020-10-20 6bf92751fe8dfa0624285268968a1fd7a8a7e7e5
修改默认人员头像
1 files modified
2 ■■■ changed files
src/components/oa/basicConfig/UserManage.jsx 2 ●●● patch | view | raw | blame | history
src/components/oa/basicConfig/UserManage.jsx
@@ -90,7 +90,7 @@
  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' },