From da23abf3b4b04a721b5e82c90450a7d31c502e6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=99=BD=E5=87=A4=E5=90=89?= Date: Sat, 5 Jul 2025 17:45:09 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E8=B0=83=E6=95=B4=E6=9D=83=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/formula/FormulaConfig.vue | 2 +- src/stores/auditStore.ts | 8 ++++---- src/views/audit/index.vue | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) 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) => {
- -
- + +
+