diff --git a/src/components/formula/FormulaConfig.vue b/src/components/formula/FormulaConfig.vue index 5971c12..dd276a1 100644 --- a/src/components/formula/FormulaConfig.vue +++ b/src/components/formula/FormulaConfig.vue @@ -528,7 +528,7 @@ const isDisabled = computed(() => { 恢复默认值 - + 确定 diff --git a/src/stores/auditStore.ts b/src/stores/auditStore.ts index e41f7b2..70c13d5 100644 --- a/src/stores/auditStore.ts +++ b/src/stores/auditStore.ts @@ -5,13 +5,13 @@ import { defineStore } from 'pinia' export const useAuditStore = defineStore('audit', () => { // 设置菜单配置 const auditMenus = [{ - name: '操作记录', - code: 'operationRecord', - roleType: 'admin', - }, { name: '消毒记录', code: 'history', roleType: 'admin,maintainer', + }, { + name: '操作记录', + code: 'operationRecord', + roleType: 'admin', }] const historyList: Record[] = [] return { diff --git a/src/views/audit/index.vue b/src/views/audit/index.vue index 8683555..117949c 100644 --- a/src/views/audit/index.vue +++ b/src/views/audit/index.vue @@ -33,9 +33,9 @@ const selectItem = (menuCode: string) => {
- -
- + +
+