修复用户管理表单交互和状态查询
This commit is contained in:
@@ -2344,6 +2344,7 @@
|
||||
"status": "Status",
|
||||
"enable": "Enabled",
|
||||
"disable": "Disabled",
|
||||
"select_status": "Please select status",
|
||||
"user_group": "User Group",
|
||||
"login_ip": "Last Login IP",
|
||||
"last_login_time": "Last Login Time",
|
||||
@@ -2370,6 +2371,7 @@
|
||||
"password_not_match": "Passwords do not match",
|
||||
"password_length": "Length should be 6 to 64 characters",
|
||||
"username_length": "Length should be 3 to 20 characters",
|
||||
"username_exists": "Username already exists. Please use another username",
|
||||
"cannot_delete_self": "Cannot delete own account",
|
||||
"cannot_operate_self": "Cannot operate own account",
|
||||
"batch_delete": "Batch Delete",
|
||||
|
||||
@@ -2344,6 +2344,7 @@
|
||||
"status": "状态",
|
||||
"enable": "启用",
|
||||
"disable": "禁用",
|
||||
"select_status": "请选择状态",
|
||||
"user_group": "用户组",
|
||||
"login_ip": "上次登录IP",
|
||||
"last_login_time": "上次登录时间",
|
||||
@@ -2370,6 +2371,7 @@
|
||||
"password_not_match": "两次输入的密码不一致",
|
||||
"password_length": "长度在 6 到 64 个字符",
|
||||
"username_length": "长度在 3 到 20 个字符",
|
||||
"username_exists": "账号已存在,请更换账号",
|
||||
"cannot_delete_self": "不能删除自己的账号",
|
||||
"cannot_operate_self": "不能操作自己的账号",
|
||||
"batch_delete": "批量删除",
|
||||
|
||||
Reference in New Issue
Block a user