|
|
|
@ -209,7 +209,7 @@ function getFields(props) {
|
|
|
|
|
),
|
|
|
|
|
item(
|
|
|
|
|
'username',
|
|
|
|
|
3,
|
|
|
|
|
99,
|
|
|
|
|
<Form.Item name='username' label={t('account:username')} {...fieldProps.username}>
|
|
|
|
|
<Input placeholder={t('account:username')} allowClear />
|
|
|
|
|
</Form.Item>,
|
|
|
|
@ -217,7 +217,7 @@ function getFields(props) {
|
|
|
|
|
),
|
|
|
|
|
item(
|
|
|
|
|
'realname',
|
|
|
|
|
4,
|
|
|
|
|
99,
|
|
|
|
|
<Form.Item name='realname' label={t('account:realname')} {...fieldProps.realname}>
|
|
|
|
|
<Input placeholder={t('account:realname')} allowClear />
|
|
|
|
|
</Form.Item>,
|
|
|
|
|