| | |
| | | (loginUser && Object.keys(loginUser).length) && |
| | | <Row type="flex" align="middle" justify="space-between" > |
| | | <Col> |
| | | <Select value={role} size="small" style={{ marginLeft: 20, width: 120 }} onChange={value => { |
| | | {/* <Select value={role} size="small" style={{ marginLeft: 20, width: 120 }} onChange={value => { |
| | | setContext({ role: value }); |
| | | history.push('/') |
| | | }}> |
| | |
| | | <Option value={key} key={key}>{name}</Option> |
| | | )) |
| | | } |
| | | </Select> |
| | | </Select> */} |
| | | </Col> |
| | | <Col style={{ marginRight: 40 }}> |
| | | {loginUser.trueName} |