2
0

fix:修复账号管理中英适配

This commit is contained in:
zhongzm
2025-02-11 16:10:58 +08:00
parent a2e1194d44
commit ada516208f
3 changed files with 3 additions and 1 deletions

View File

@@ -450,6 +450,7 @@ const local: any = {
password: 'Password',
post: 'Post',
role: 'Role',
createtime:'Create time',
form: {
userName: 'Please enter username',
email: 'Please enter email',

View File

@@ -450,6 +450,7 @@ const local:any = {
password: '密码',
role: '角色',
post: '岗位',
createtime:'创建时间',
form: {
userName: '请输入用户名',
email: '请输入电子邮件',