style: 系统用户管理密码输入框提示信息

This commit is contained in:
TsMask
2024-04-01 16:01:32 +08:00
parent ffd1b02bf9
commit c88bef959a
3 changed files with 3 additions and 3 deletions

View File

@@ -1399,7 +1399,7 @@ export default {
loginTime: 'Login Time', loginTime: 'Login Time',
status: 'Status', status: 'Status',
userNameTip:'The account cannot start with a number and can contain uppercase and lowercase letters, numbers, and no less than 5 digits', userNameTip:'The account cannot start with a number and can contain uppercase and lowercase letters, numbers, and no less than 5 digits',
pwdTip:'The password should contain at least uppercase and lowercase letters, numbers, special symbols, and no less than 6 digits', passwdTip:'The password should contain at least uppercase and lowercase letters, numbers, special symbols, and no less than 6 digits',
nickNameTip:'Nicknames can only contain letters, numbers, Chinese characters, and underscores, with no less than 2 digits', nickNameTip:'Nicknames can only contain letters, numbers, Chinese characters, and underscores, with no less than 2 digits',
emailTip:'Please enter the correct email address', emailTip:'Please enter the correct email address',
phoneTip:'Please enter the correct phone number', phoneTip:'Please enter the correct phone number',

View File

@@ -1399,7 +1399,7 @@ export default {
loginTime: '登录时间', loginTime: '登录时间',
status: '用户状态', status: '用户状态',
userNameTip:'账号不能以数字开头,可包含大写小写字母,数字,且不少于5位', userNameTip:'账号不能以数字开头,可包含大写小写字母,数字,且不少于5位',
pwdTip:'密码至少包含大小写字母、数字、特殊符号,且不少于6位', passwdTip:'密码至少包含大小写字母、数字、特殊符号,且不少于6位',
nickNameTip:'昵称只能包含字母、数字、中文和下划线,且不少于2位', nickNameTip:'昵称只能包含字母、数字、中文和下划线,且不少于2位',
emailTip:'请输入正确的邮箱地址', emailTip:'请输入正确的邮箱地址',
phoneTip:'请输入正确的手机号码', phoneTip:'请输入正确的手机号码',

View File

@@ -293,7 +293,7 @@ const modalStateFrom = Form.useForm(
{ {
required: true, required: true,
pattern: regExpPasswd, pattern: regExpPasswd,
message: t('views.system.user.userNameTip'), message: t('views.system.user.passwdTip'),
}, },
], ],
nickName: [ nickName: [