diff --git a/src/i18n/langs/cn.json b/src/i18n/langs/cn.json
index 055e5586a..cc5480091 100644
--- a/src/i18n/langs/cn.json
+++ b/src/i18n/langs/cn.json
@@ -792,6 +792,9 @@
"OrgUser": "组织用户",
"OrgAdmin": "组织管理员",
"OrgAuditor": "组织审计员",
+ "InviteUser": "邀请用户",
+ "Invite": "邀请",
+ "InviteUserInOrg": "邀请用户加入此组织",
"Guide": "向导",
"HelpText": {
"MFAOfUserFirstLoginPersonalInformationImprovementPage": "启用多因子认证,使账号更加安全。 启用之后您将会在下次登录时进入多因子认证绑定流程;您也可以在(个人信息->快速修改->更改多因子设置)中直接绑定!",
diff --git a/src/i18n/langs/en.json b/src/i18n/langs/en.json
index c97eae36d..43564eb5f 100644
--- a/src/i18n/langs/en.json
+++ b/src/i18n/langs/en.json
@@ -787,10 +787,14 @@
"Email": "Email",
"FingerPrint": "Fingerprint",
"FirstLogin": "First login",
+ "InviteUser": "Invite user",
+ "InviteUserInOrg": "Invite user in this org",
+ "Invite": "Invite",
"Guide": "Guide",
"OrgUser": "Org User",
"OrgAdmin": "Org Admin",
"OrgAuditor": "Org Auditor",
+
"HelpText": {
"MFAOfUserFirstLoginPersonalInformationImprovementPage": "Enable multi-factor authentication to make the account more secure After is enabled, you will enter the multi-factor authentication binding process on your next login You can also bind directly in (personal information -> fast modifier -> modifier multiple factor Settings)",
"MFAOfUserFirstLoginUserGuidePage": "To protect the security of you and the company please properly keep your account, password, key and other important and sensitive information (e.g., set a complex password and enable multi-factor authentication)",
diff --git a/src/layout/components/GenericListPage/index.vue b/src/layout/components/GenericListPage/index.vue
index c922ef6d0..12f31f98e 100644
--- a/src/layout/components/GenericListPage/index.vue
+++ b/src/layout/components/GenericListPage/index.vue
@@ -1,6 +1,6 @@
-
+
diff --git a/src/views/users/User/UserList.vue b/src/views/users/User/UserList.vue
index daf3ee0d0..279bc30c5 100644
--- a/src/views/users/User/UserList.vue
+++ b/src/views/users/User/UserList.vue
@@ -1,11 +1,16 @@