Add user's id.

This commit is contained in:
Yang Luo
2021-02-13 20:10:41 +08:00
parent 34f87c78d8
commit 6e015a959f
5 changed files with 35 additions and 0 deletions

View File

@ -93,6 +93,14 @@ class UserEditPage extends React.Component {
</Select>
</Col>
</Row>
<Row style={{marginTop: '20px'}} >
<Col style={{marginTop: '5px'}} span={2}>
ID:
</Col>
<Col span={22} >
<Input value={this.state.user.id} disabled={true} />
</Col>
</Row>
<Row style={{marginTop: '20px'}} >
<Col style={{marginTop: '5px'}} span={2}>
Name: