From 29a9df04031ffcaa10ce3426f242c0c9f775d7d4 Mon Sep 17 00:00:00 2001 From: zhaomeijing Date: Wed, 25 May 2022 09:40:50 +0800 Subject: [PATCH] =?UTF-8?q?[update]=20=E9=83=A8=E9=97=A8=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jero-web/src/views/system/UserList.vue | 18 ++- .../system/modules/departmentAllocation.vue | 151 ++++++++++++++++++ 2 files changed, 168 insertions(+), 1 deletion(-) create mode 100644 jero-web/src/views/system/modules/departmentAllocation.vue diff --git a/jero-web/src/views/system/UserList.vue b/jero-web/src/views/system/UserList.vue index ca08b72d2..41c5eff03 100644 --- a/jero-web/src/views/system/UserList.vue +++ b/jero-web/src/views/system/UserList.vue @@ -85,7 +85,7 @@ {{$t('RoleAssignment')}} - {{$t('departmentAllocation')}} + {{$t('departmentAllocation')}} @@ -127,11 +127,16 @@ + + + + + + + \ No newline at end of file