dingxin 5 years ago
parent
commit
309bdf71f6
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/components/GlobalHeader/ShowPassword.jsx

+ 1
- 1
src/components/GlobalHeader/ShowPassword.jsx View File

@@ -61,7 +61,7 @@ function passwodForm(props) {
61 61
               />,
62 62
             )}
63 63
           </Form.Item>
64
-          <Form.Item label="确认密码">
64
+          <Form.Item label="确认密码">
65 65
             {getFieldDecorator('newPasswordToo', {
66 66
               rules: [{ required: true, message: '请确认新密码' }],
67 67
             })(