@ -6,11 +6,11 @@ export const useAuditStore = defineStore('audit', () => {
// 设置菜单配置
const auditMenus = [{
name: '操作记录',
code: 'history',
code: 'operationRecord',
roleType: 'admin',
}, {
name: '消毒记录',
roleType: 'admin,maintainer',
}]
const historyList: Record<string, string>[] = []