From 8d896def51902da8c5d6e22005911cd390594320 Mon Sep 17 00:00:00 2001 From: lideqin <694785430@qq.com> Date: Thu, 21 Dec 2023 10:44:19 +0800 Subject: [PATCH] =?UTF-8?q?[update]=20=E4=BF=AE=E6=94=B9=E4=BB=8E=E5=86=85?= =?UTF-8?q?=E9=83=A8=E5=B7=A5=E4=BD=9C=E7=BB=84=E9=80=89=E7=94=A8=E6=88=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../selection/UserSelectByWorkGroupModal.vue | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/components/selection/UserSelectByWorkGroupModal.vue b/src/components/selection/UserSelectByWorkGroupModal.vue index bb4eb91d..5e35add0 100644 --- a/src/components/selection/UserSelectByWorkGroupModal.vue +++ b/src/components/selection/UserSelectByWorkGroupModal.vue @@ -39,12 +39,12 @@ - + - + @@ -54,7 +54,7 @@ - + @@ -169,13 +169,13 @@ export default { }, { title: this.$t('role'), - dataIndex: 'roleTxt', + dataIndex: 'userRoleName', align: 'center', scopedSlots: { customRender: 'text' } }, { title: this.$t('userSelect.post'), - dataIndex: 'post', + dataIndex: 'userPostName', align: 'center', scopedSlots: { customRender: 'text' } } @@ -432,8 +432,8 @@ export default { } } -/deep/ .ant-table-body{ - overflow: scroll; +/deep/ .ant-table-content .ant-table-body{ + overflow: scroll !important; } /deep/ .ant-form-item-label{