From c4a3f9fa76d8ad5d2ef263fe6b4598bd427a5536 Mon Sep 17 00:00:00 2001 From: qq787203167 <787203167@qq.com> Date: Fri, 4 Mar 2022 14:32:59 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=A8=E6=88=B7=E7=AE=A1=E7=90=86=E3=80=81?= =?UTF-8?q?=E8=A7=92=E8=89=B2=E7=AE=A1=E7=90=86=E5=AF=BC=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jero-web/src/common/lang/en-us.js | 2 +- jero-web/src/views/system/DepartList.vue | 90 ++++++++++--------- jero-web/src/views/system/RoleUserList.vue | 62 ++++++++++--- jero-web/src/views/system/UserList.vue | 18 ++-- .../src/views/system/modules/DeptUserInfo.vue | 22 ++--- 5 files changed, 121 insertions(+), 73 deletions(-) diff --git a/jero-web/src/common/lang/en-us.js b/jero-web/src/common/lang/en-us.js index b3fbb05b0..47e57ad62 100644 --- a/jero-web/src/common/lang/en-us.js +++ b/jero-web/src/common/lang/en-us.js @@ -35,7 +35,7 @@ module.exports = { freezePassword: 'Are you sure to freeze?', youThaw: 'Are you sure to thaw?', freezePasManagementPage: 'This is the user management page?', - serialNumber: 'serial number', + serialNumber: 'number', userAccount: 'user account', userName: 'User name', department: 'department', diff --git a/jero-web/src/views/system/DepartList.vue b/jero-web/src/views/system/DepartList.vue index bed61935b..71e4c0c9b 100644 --- a/jero-web/src/views/system/DepartList.vue +++ b/jero-web/src/views/system/DepartList.vue @@ -102,27 +102,33 @@ :labelCol="labelCol" :wrapperCol="wrapperCol" :label="$t('OrganizationType')"> - - + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + diff --git a/jero-web/src/views/system/RoleUserList.vue b/jero-web/src/views/system/RoleUserList.vue index 198684a45..a8e3f4f5b 100644 --- a/jero-web/src/views/system/RoleUserList.vue +++ b/jero-web/src/views/system/RoleUserList.vue @@ -6,18 +6,20 @@ - - - +
+
+ {{$t('roleName')}} +
+ +
- - - {{$t('query')}} - {{$t('reset')}} - - + + + {{$t('query')}} + {{$t('reset')}} + +
@@ -28,7 +30,10 @@ - +
+ + {{$t('export')}} +
@@ -364,4 +369,37 @@ .ant-btn { margin-left: 8px } + .box-title-text { + line-height: 1.4; + display: flex; + align-items: center; + margin-bottom: 10px; + } + + .title-text { + width: 20%; + min-width: 90px; + color: #000F16; + display: inline-block; + font-weight: 500; + font-size: 14px; + margin-right: 16px; + margin-top: 3px; + text-align: right; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; + } + + .box-input { + display: inline-block; + width: 70%; + height: 38px; + margin-top: 2px; + } + + .box-button { + height: 38px; + /*margin-top: 2px;*/ + } \ No newline at end of file diff --git a/jero-web/src/views/system/UserList.vue b/jero-web/src/views/system/UserList.vue index 771ac1267..436f5110b 100644 --- a/jero-web/src/views/system/UserList.vue +++ b/jero-web/src/views/system/UserList.vue @@ -10,8 +10,8 @@
{{$t('account')}}
- + @@ -19,8 +19,8 @@
{{$t('RealName')}}
- +
@@ -28,8 +28,8 @@
{{$t('EmployeeNumber')}}
- +
@@ -67,13 +67,17 @@ -
+
+
+ + {{$t('export')}} +
diff --git a/jero-web/src/views/system/modules/DeptUserInfo.vue b/jero-web/src/views/system/modules/DeptUserInfo.vue index 99d469784..5fe935b5e 100644 --- a/jero-web/src/views/system/modules/DeptUserInfo.vue +++ b/jero-web/src/views/system/modules/DeptUserInfo.vue @@ -7,7 +7,7 @@ - + @@ -129,16 +129,16 @@ align: "center", dataIndex: 'orgCode' }, - { - title: this.$t('Gender'), - align: "center", - dataIndex: 'sex_dictText' - }, - { - title: this.$t('phoneNumber'), - align: "center", - dataIndex: 'phone' - }, + // { + // title: this.$t('Gender'), + // align: "center", + // dataIndex: 'sex_dictText' + // }, + // { + // title: this.$t('phoneNumber'), + // align: "center", + // dataIndex: 'phone' + // }, // { // title: this.$t('operation'), // dataIndex: 'action',