From 878940c34bbe8f6a4d523c43add9c54aa19f0095 Mon Sep 17 00:00:00 2001 From: lilinyuan <1084668738@qq.com> Date: Fri, 29 Mar 2024 14:15:04 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=9B=BA=E5=AE=9Arole=E5=88=97=E8=A1=A8?= =?UTF-8?q?=E6=93=8D=E4=BD=9C=E5=88=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/role/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/system/role/index.vue b/src/views/system/role/index.vue index 0e0247b..5dff849 100644 --- a/src/views/system/role/index.vue +++ b/src/views/system/role/index.vue @@ -129,6 +129,7 @@ const tableConfig = reactive({ prop: 'oper', label: '操作', align: 'right', + fixed: 'right', currentRender: ({row, index}) => { let btn = [{label: '修改', auth: auths.edit, func: ()=>handleEdit(row) , type: 'primary'}] row.template ?