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 1/2] =?UTF-8?q?fix:=20=E5=9B=BA=E5=AE=9Arole=E5=88=97?= =?UTF-8?q?=E8=A1=A8=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 ? From 4c17bf7f6ac5b074b722e834ee83720823c109db Mon Sep 17 00:00:00 2001 From: lilinyuan <1084668738@qq.com> Date: Fri, 29 Mar 2024 14:15:23 +0800 Subject: [PATCH 2/2] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E9=BB=98=E8=AE=A4?= =?UTF-8?q?=E7=94=A8=E6=88=B7=E5=90=8D=E4=B8=BAsuper?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/login/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/login/index.vue b/src/views/login/index.vue index f216894..519ac4b 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -37,7 +37,7 @@ import {User, Lock, Key} from '@element-plus/icons-vue' const router = useRouter() const authStore = useAuthStore() const loginForm = reactive({ - username: 'admin', + username: 'superAdmin', password: '123456', code: '', uuid: ''