mirror of
https://github.com/PlayEdu/backend
synced 2025-06-07 20:45:59 +08:00
管理人员密码自动填入取消
This commit is contained in:
parent
377ecff30b
commit
08b555afea
@ -148,7 +148,7 @@ export const SystemAdministratorCreate: React.FC<PropInterface> = ({
|
||||
rules={[{ required: true, message: "请输入登录密码!" }]}
|
||||
>
|
||||
<Input.Password
|
||||
autoComplete="off"
|
||||
autoComplete="new-password"
|
||||
allowClear
|
||||
style={{ width: 200 }}
|
||||
placeholder="请输入登录密码"
|
||||
|
@ -152,7 +152,7 @@ export const SystemAdministratorUpdate: React.FC<PropInterface> = ({
|
||||
</Form.Item>
|
||||
<Form.Item label="密码" name="password">
|
||||
<Input.Password
|
||||
autoComplete="off"
|
||||
autoComplete="new-password"
|
||||
style={{ width: 200 }}
|
||||
allowClear
|
||||
placeholder="请输入登录密码"
|
||||
|
Loading…
x
Reference in New Issue
Block a user