From a63b7e6943591327127e155082642283ba0a6d7d Mon Sep 17 00:00:00 2001 From: lideqin <694785430@qq.com> Date: Wed, 27 Sep 2023 11:50:41 +0800 Subject: [PATCH] =?UTF-8?q?[update]=20=E4=BF=AE=E6=94=B9=E9=80=89=E7=94=A8?= =?UTF-8?q?=E6=88=B7=E7=BB=84=E4=BB=B6=E8=A1=A8=E6=A0=BC=E5=AD=97=E6=AE=B5?= =?UTF-8?q?=E5=9B=9E=E6=98=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/selection/UserSelectModal.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/selection/UserSelectModal.vue b/src/components/selection/UserSelectModal.vue index 41859c6c..3859e1e5 100644 --- a/src/components/selection/UserSelectModal.vue +++ b/src/components/selection/UserSelectModal.vue @@ -135,7 +135,7 @@ export default { columns: [ { title: this.$t('user.account'), - dataIndex: 'account', + dataIndex: 'username', align: 'center', scopedSlots: { customRender: 'text' } }, @@ -153,7 +153,7 @@ export default { }, { title: this.$t('role'), - dataIndex: 'role', + dataIndex: 'roleTxt', align: 'center', scopedSlots: { customRender: 'text' } },