From 9b43b9cad3d7fc34a6baf08def43620074b5cda9 Mon Sep 17 00:00:00 2001 From: leipu <200684632@qq.com> Date: Wed, 20 Nov 2024 13:36:13 +0800 Subject: [PATCH] =?UTF-8?q?feat(table):=20=E6=B7=BB=E5=8A=A0vxe-table,?= =?UTF-8?q?=E9=80=82=E9=85=8Dnaiveui=E4=B8=BB=E9=A2=98,=E5=B9=B6=E6=9B=BF?= =?UTF-8?q?=E6=8D=A2=E6=8E=89=E4=B9=8B=E5=89=8Dtable,=E8=87=AA=E5=B8=A6?= =?UTF-8?q?=E5=AF=BC=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/pms/role/role-user.vue | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/views/pms/role/role-user.vue b/src/views/pms/role/role-user.vue index 06f1e7f..41ab716 100644 --- a/src/views/pms/role/role-user.vue +++ b/src/views/pms/role/role-user.vue @@ -102,11 +102,10 @@ const columns = [ src: avatar, }), }, - { title: '用户名', key: 'username', width: 150, ellipsis: { tooltip: true } }, + { title: '用户名', key: 'username', ellipsis: { tooltip: true } }, { title: '角色', key: 'roles', - width: 200, ellipsis: { tooltip: true }, render: ({ roles }) => { if (roles?.length) { @@ -157,7 +156,7 @@ const columns = [ { title: '操作', key: 'actions', - width: 100, + width: 120, align: 'right', fixed: 'right', hideInExcel: true,