From 1043e32d94514bd6d3db92f1315b48dce28ced46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=BD=A6=E6=B3=BD?= Date: Thu, 29 Dec 2022 17:14:22 +0800 Subject: [PATCH] =?UTF-8?q?UI=E7=95=8C=E9=9D=A2=E5=8F=98=E6=9B=B4-?= =?UTF-8?q?=E7=B3=BB=E7=BB=9F=E7=AE=A1=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../documentManage/tags/dialog/AreaManage.vue | 10 +++---- .../documentManage/tags/dialog/ListTable.vue | 8 +++--- .../documentManage/tags/tabs/TagContent.vue | 10 +++---- .../documentManage/tags/tabs/TagItem.vue | 26 +++++++++---------- jero-web/src/views/system/DictItemList.vue | 8 +++--- jero-web/src/views/system/DictList.vue | 10 +++---- jero-web/src/views/system/PermissionList.vue | 2 +- jero-web/src/views/system/RoleUserList.vue | 10 +++---- jero-web/src/views/system/UserList.vue | 16 ++++++------ .../src/views/system/modules/DeptUserInfo.vue | 6 ++--- 10 files changed, 53 insertions(+), 53 deletions(-) diff --git a/jero-web/src/views/documentManage/tags/dialog/AreaManage.vue b/jero-web/src/views/documentManage/tags/dialog/AreaManage.vue index fff824f80..a1ef8f050 100644 --- a/jero-web/src/views/documentManage/tags/dialog/AreaManage.vue +++ b/jero-web/src/views/documentManage/tags/dialog/AreaManage.vue @@ -117,27 +117,27 @@ title: this.$t('DisplayArea'), dataIndex: 'showArea', key: 'showArea', - align: "center", + align: "left", width: 100, ellipsis: true, }, { title: this.$t('enName'), - align: "center", + align: "left", width: 100, dataIndex: 'enName', ellipsis: true, }, { title: this.$t('Module'), - align: "center", + align: "left", width: 100, dataIndex: 'isModelName', ellipsis: true, }, { title: this.$t('SortNumber'), - align: "center", + align: "left", width: 40, dataIndex: 'sort', }, @@ -145,7 +145,7 @@ title: this.$t('operation'), dataIndex: 'action', scopedSlots: {customRender: 'action'}, - align: "center", + align: "left", width: 60 } ], diff --git a/jero-web/src/views/documentManage/tags/dialog/ListTable.vue b/jero-web/src/views/documentManage/tags/dialog/ListTable.vue index 3cd0c22e2..fbc49586c 100644 --- a/jero-web/src/views/documentManage/tags/dialog/ListTable.vue +++ b/jero-web/src/views/documentManage/tags/dialog/ListTable.vue @@ -48,20 +48,20 @@ title: this.$t('name'), dataIndex: 'itemText', key: 'itemText', - align: "center", + align: "left", ellipsis: true, width: 100, }, { title: this.$t('enName'), - align: "center", + align: "left", width: 100, ellipsis: true, dataIndex: 'enName', }, { title: this.$t('describe'), - align: "center", + align: "left", width: 100, ellipsis: true, dataIndex: 'description', @@ -70,7 +70,7 @@ title: this.$t('operation'), dataIndex: 'action', scopedSlots: {customRender: 'action'}, - align: "center", + align: "left", width: 170 } ], diff --git a/jero-web/src/views/documentManage/tags/tabs/TagContent.vue b/jero-web/src/views/documentManage/tags/tabs/TagContent.vue index 1596e96d7..20576cdf8 100644 --- a/jero-web/src/views/documentManage/tags/tabs/TagContent.vue +++ b/jero-web/src/views/documentManage/tags/tabs/TagContent.vue @@ -140,19 +140,19 @@ title: this.$t('LabelName'), dataIndex: 'dictName', key: 'dictName', - align: 'center', + align: 'left', ellipsis: true, width: 100 }, { title: this.$t('LabelType'), - align: 'center', + align: 'left', width: 100, dataIndex: 'attributeTypeName' }, { title: this.$t('describe'), - align: 'center', + align: 'left', dataIndex: 'description', scopedSlots: { customRender: 'describe' }, ellipsis: true, @@ -160,7 +160,7 @@ }, { title: this.$t('DisplayOrder'), - align: 'center', + align: 'left', width: 100, dataIndex: 'orderNum' }, @@ -168,7 +168,7 @@ title: this.$t('operation'), dataIndex: 'action', scopedSlots: { customRender: 'action' }, - align: 'center', + align: 'left', width: 170 } ], diff --git a/jero-web/src/views/documentManage/tags/tabs/TagItem.vue b/jero-web/src/views/documentManage/tags/tabs/TagItem.vue index f565cf14c..3f869c671 100644 --- a/jero-web/src/views/documentManage/tags/tabs/TagItem.vue +++ b/jero-web/src/views/documentManage/tags/tabs/TagItem.vue @@ -133,37 +133,37 @@ taglabColumns: [ { title: this.$t('ChineseName'), - align: 'center', + align: 'left', width: 100, dataIndex: 'dbFieldTxt' }, { title: this.$t('enName'), - align: 'center', + align: 'left', width: 100, dataIndex: 'dbFieldEnName' }, { title: this.$t('AttributeType'), - align: 'center', + align: 'left', width: 100, dataIndex: 'fieldShowTypeName' }, { title: this.$t('FieldLength'), - align: 'center', + align: 'left', width: 80, dataIndex: 'dbLength' }, { title: this.$t('DisplayOrder'), - align: 'center', + align: 'left', width: 80, dataIndex: 'orderNum' }, { title: this.$t('DisplayArea'), - align: 'center', + align: 'left', width: 80, dataIndex: 'showAreaName' }, @@ -171,38 +171,38 @@ title: this.$t('operation'), dataIndex: 'action', scopedSlots: { customRender: 'action' }, - align: 'center', + align: 'left', width: 170 } ], taglabColumns1: [ { title: this.$t('ChineseName'), - align: 'center', + align: 'left', width: 100, dataIndex: 'dbFieldTxt' }, { title: this.$t('enName'), - align: 'center', + align: 'left', width: 100, dataIndex: 'dbFieldEnName' }, { title: this.$t('AttributeType'), - align: 'center', + align: 'left', width: 100, dataIndex: 'fieldShowTypeName' }, { title: this.$t('FieldLength'), - align: 'center', + align: 'left', width: 80, dataIndex: 'dbLength' }, { title: this.$t('DisplayOrder'), - align: 'center', + align: 'left', width: 80, dataIndex: 'orderNum' }, @@ -210,7 +210,7 @@ title: this.$t('operation'), dataIndex: 'action', scopedSlots: { customRender: 'action' }, - align: 'center', + align: 'left', width: 170 } ], diff --git a/jero-web/src/views/system/DictItemList.vue b/jero-web/src/views/system/DictItemList.vue index 41a03ead3..b3a89d3c2 100644 --- a/jero-web/src/views/system/DictItemList.vue +++ b/jero-web/src/views/system/DictItemList.vue @@ -93,21 +93,21 @@ columns: [ { title: this.$t('name'), - align: "center", + align: "left", width:100, ellipsis: true, dataIndex: 'itemText', }, { title: this.$t('enName'), - align: "center", + align: "left", width:100, ellipsis: true, dataIndex: 'enName', }, { title: this.$t('DataValue'), - align: "center", + align: "left", width:100, ellipsis: true, dataIndex: 'itemValue', @@ -115,7 +115,7 @@ { title: this.$t('operation'), dataIndex: 'action', - align: "center", + align: "left", width:80, scopedSlots: {customRender: 'action'}, } diff --git a/jero-web/src/views/system/DictList.vue b/jero-web/src/views/system/DictList.vue index 207cb1fcd..2c5587474 100644 --- a/jero-web/src/views/system/DictList.vue +++ b/jero-web/src/views/system/DictList.vue @@ -119,14 +119,14 @@ dataIndex: '', key: 'rowIndex', width: 80, - align: 'center', + align: 'left', customRender: function(t, r, index) { return parseInt(index) + 1 } }, { title: this.$t('DictionaryName'), - align: 'center', + align: 'left', dataIndex: 'dictName', width: '25%', ellipsis: true @@ -146,14 +146,14 @@ // }, { title: this.$t('DictionaryNumber'), - align: 'center', + align: 'left', dataIndex: 'dictCode', width: '25%', ellipsis: true }, { title: this.$t('describe'), - align: 'center', + align: 'left', dataIndex: 'description', width: '25%', ellipsis: true @@ -161,7 +161,7 @@ { title: this.$t('operation'), dataIndex: 'action', - align: 'center', + align: 'left', fixed: 'right', width: 430, scopedSlots: { customRender: 'action' } diff --git a/jero-web/src/views/system/PermissionList.vue b/jero-web/src/views/system/PermissionList.vue index a47e4a910..715d0ba98 100644 --- a/jero-web/src/views/system/PermissionList.vue +++ b/jero-web/src/views/system/PermissionList.vue @@ -159,7 +159,7 @@ dataIndex: 'action', fixed: 'right', scopedSlots: { customRender: 'action' }, - align: 'center', + align: 'left', width: 150 } ], diff --git a/jero-web/src/views/system/RoleUserList.vue b/jero-web/src/views/system/RoleUserList.vue index b86fe23e8..b6bd94ec3 100644 --- a/jero-web/src/views/system/RoleUserList.vue +++ b/jero-web/src/views/system/RoleUserList.vue @@ -131,27 +131,27 @@ dataIndex: '', key: 'rowIndex', width: 90, - align: 'center', + align: 'left', customRender: function(t, r, index) { return parseInt(index) + 1 } }, { title: this.$t('RoleCode'), - align: 'center', + align: 'left', dataIndex: 'roleCode', width: 280 }, { title: this.$t('roleName'), - align: 'center', + align: 'left', dataIndex: 'roleName', width: 280 }, { title: this.$t('createTime'), dataIndex: 'createTime', - align: 'center', + align: 'left', width: 280, sorter: true, customRender: (text) => { @@ -162,7 +162,7 @@ title: this.$t('operation'), width: 200, dataIndex: 'action', - align: 'center', + align: 'left', scopedSlots: { customRender: 'action' } } ], diff --git a/jero-web/src/views/system/UserList.vue b/jero-web/src/views/system/UserList.vue index b44f2bb1a..867399592 100644 --- a/jero-web/src/views/system/UserList.vue +++ b/jero-web/src/views/system/UserList.vue @@ -214,14 +214,14 @@ key: 'rowIndex', width: 50, ellipsis: true, - align: 'center', + align: 'left', customRender: function(t, r, index) { return parseInt(index) + 1 } }, { title: this.$t('userAccount'), - align: 'center', + align: 'left', dataIndex: 'username', ellipsis: true, width: 120, @@ -229,28 +229,28 @@ }, { title: this.$t('userName'), - align: 'center', + align: 'left', width: 100, ellipsis: true, dataIndex: 'realname' }, { title: this.$t('EmployeeNumber'), - align: 'center', + align: 'left', width: 100, ellipsis: true, dataIndex: 'workNo' }, { title: this.$t('EmployeeType'), - align: 'center', + align: 'left', width: 100, ellipsis: true, dataIndex: 'workerType_dictText' }, { title: this.$t('department'), - align: 'center', + align: 'left', width: 180, ellipsis: true, dataIndex: 'orgCodeTxt' @@ -269,7 +269,7 @@ // }, { title: this.$t('status'), - align: 'center', + align: 'left', width: 80, ellipsis: true, dataIndex: 'status_dictText' @@ -278,7 +278,7 @@ title: this.$t('operation'), dataIndex: 'action', scopedSlots: {customRender: 'action'}, - align: "center", + align: "left", width: 80 } ], diff --git a/jero-web/src/views/system/modules/DeptUserInfo.vue b/jero-web/src/views/system/modules/DeptUserInfo.vue index ce146c480..bc4b43891 100644 --- a/jero-web/src/views/system/modules/DeptUserInfo.vue +++ b/jero-web/src/views/system/modules/DeptUserInfo.vue @@ -128,21 +128,21 @@ // 表头 columns: [{ title: this.$t('userAccount'), - align: 'center', + align: 'left', dataIndex: 'username', width: 180, ellipsis: true }, { title: this.$t('userName'), - align: 'center', + align: 'left', dataIndex: 'realname', width: 180, ellipsis: true }, { title: this.$t('department'), - align: 'center', + align: 'left', dataIndex: 'orgCode', width: 180, ellipsis: true