mirror of
https://github.com/PlayEdu/backend
synced 2025-06-09 04:16:25 +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: "请输入登录密码!" }]}
|
rules={[{ required: true, message: "请输入登录密码!" }]}
|
||||||
>
|
>
|
||||||
<Input.Password
|
<Input.Password
|
||||||
autoComplete="off"
|
autoComplete="new-password"
|
||||||
allowClear
|
allowClear
|
||||||
style={{ width: 200 }}
|
style={{ width: 200 }}
|
||||||
placeholder="请输入登录密码"
|
placeholder="请输入登录密码"
|
||||||
|
@ -152,7 +152,7 @@ export const SystemAdministratorUpdate: React.FC<PropInterface> = ({
|
|||||||
</Form.Item>
|
</Form.Item>
|
||||||
<Form.Item label="密码" name="password">
|
<Form.Item label="密码" name="password">
|
||||||
<Input.Password
|
<Input.Password
|
||||||
autoComplete="off"
|
autoComplete="new-password"
|
||||||
style={{ width: 200 }}
|
style={{ width: 200 }}
|
||||||
allowClear
|
allowClear
|
||||||
placeholder="请输入登录密码"
|
placeholder="请输入登录密码"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user