From 9b733d67468d7127d0a3e2f927a0ad5d25819026 Mon Sep 17 00:00:00 2001 From: xuyuxiang Date: Tue, 16 Sep 2025 00:33:50 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BC=98=E5=8C=96=E3=80=91=E4=BC=98?= =?UTF-8?q?=E5=8C=96=E5=89=8D=E7=AB=AF=E7=B3=BB=E7=BB=9F=E6=A8=A1=E5=9D=97?= =?UTF-8?q?=E4=B8=8B=E7=BB=84=E7=BB=87=E3=80=81=E7=94=A8=E6=88=B7=E3=80=81?= =?UTF-8?q?=E8=81=8C=E4=BD=8D=E3=80=81=E7=94=A8=E6=88=B7=E7=BB=84=E5=9B=9B?= =?UTF-8?q?=E4=B8=AA=E9=A1=B5=E9=9D=A2=E5=9C=A8=E5=B0=8F=E5=B1=8F=E5=B9=95?= =?UTF-8?q?=E4=B8=8B=E7=9A=84=E8=A1=A8=E7=8E=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- snowy-admin-web/src/locales/lang/en.js | 2 + snowy-admin-web/src/locales/lang/zh-cn.js | 2 + snowy-admin-web/src/views/sys/group/index.vue | 246 +++---- snowy-admin-web/src/views/sys/org/index.vue | 298 +++++---- .../src/views/sys/position/index.vue | 292 +++++---- .../src/views/sys/resource/module/index.vue | 1 + snowy-admin-web/src/views/sys/user/index.vue | 607 +++++++++--------- 7 files changed, 775 insertions(+), 673 deletions(-) diff --git a/snowy-admin-web/src/locales/lang/en.js b/snowy-admin-web/src/locales/lang/en.js index 05623d83..70c1fbc8 100644 --- a/snowy-admin-web/src/locales/lang/en.js +++ b/snowy-admin-web/src/locales/lang/en.js @@ -73,6 +73,7 @@ export default { frontLogin: 'Front Login', }, user: { + userOrg: 'User Org', userStatus: 'User Status', resetPassword: 'Reset Password', role: 'Role', @@ -83,6 +84,7 @@ export default { exportUserInfo: 'Export UserInfo', placeholderNameAndSearchKey: 'Please enter your name or keyword', placeholderUserStatus: 'Please select status', + placeholderUserOrg: 'Please select org', popConfirmDeleteUser: 'Are you sure you want to delete it?', popConfirmResatUserPwd: 'Are you sure you want to reset?' } diff --git a/snowy-admin-web/src/locales/lang/zh-cn.js b/snowy-admin-web/src/locales/lang/zh-cn.js index a1fe7e1f..8304e045 100644 --- a/snowy-admin-web/src/locales/lang/zh-cn.js +++ b/snowy-admin-web/src/locales/lang/zh-cn.js @@ -75,6 +75,7 @@ export default { frontLogin: '前台登录', }, user: { + userOrg: '所属组织', userStatus: '用户状态', resetPassword: '重置密码', role: '角色', @@ -83,6 +84,7 @@ export default { grantResource: '授权资源', grantPermission: '授权权限', exportUserInfo: '导出信息', + placeholderUserOrg: '请选择组织', placeholderNameAndSearchKey: '请输入姓名或关键词', placeholderUserStatus: '请选择状态', popConfirmDeleteUser: '确定要删除吗?', diff --git a/snowy-admin-web/src/views/sys/group/index.vue b/snowy-admin-web/src/views/sys/group/index.vue index 54a3d11d..f3eeda68 100644 --- a/snowy-admin-web/src/views/sys/group/index.vue +++ b/snowy-admin-web/src/views/sys/group/index.vue @@ -1,18 +1,24 @@