From faf814bf4677624d9c78e9705bbad661f3abfe3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E6=A2=A6=E8=BF=9C?= <1063331231@qq.com> Date: Sat, 5 Jul 2025 17:07:12 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=A1=E8=AE=A1=E7=9A=84=E6=93=8D=E4=BD=9C?= =?UTF-8?q?=E8=AE=B0=E5=BD=95=E5=92=8C=E6=B6=88=E6=AF=92=E8=AE=B0=E5=BD=95?= =?UTF-8?q?bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/stores/auditStore.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/stores/auditStore.ts b/src/stores/auditStore.ts index 31f2d07..e41f7b2 100644 --- a/src/stores/auditStore.ts +++ b/src/stores/auditStore.ts @@ -6,11 +6,11 @@ export const useAuditStore = defineStore('audit', () => { // 设置菜单配置 const auditMenus = [{ name: '操作记录', - code: 'history', + code: 'operationRecord', roleType: 'admin', }, { name: '消毒记录', - code: 'operationRecord', + code: 'history', roleType: 'admin,maintainer', }] const historyList: Record[] = []