update 用户管理新增改为使用默认密码

This commit is contained in:
2021-07-02 09:50:24 +08:00
parent 850d490a1b
commit 3725f586d2
5 changed files with 11 additions and 25 deletions

View File

@@ -298,7 +298,7 @@ export default class form extends Component {
>
<Input autoComplete="off" placeholder="请输入姓名" />
</Form.Item>
{this.props.mode == 'add' && (
{/* {this.props.mode == 'add' && (
<>
<Form.Item
label="密码"
@@ -319,7 +319,7 @@ export default class form extends Component {
<Input.Password autoComplete="off" placeholder="请确认密码" />
</Form.Item>
</>
)}
)} */}
<Form.Item label="昵称" name="nickName">
<Input autoComplete="off" placeholder="请输入昵称" />
</Form.Item>