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[] = []