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')">
-
-
-
- {{$t('company')}}
-
-
-
-
-
-
- {{$t('department')}}
-
-
- {{$t('post')}}
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
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 @@
-
+
@@ -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 @@
-
+
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',