From 5353e690dee11784a3b0ffa322eac4f1118bdecd Mon Sep 17 00:00:00 2001 From: jayhgq Date: Sat, 13 Jun 2026 14:07:34 +0800 Subject: [PATCH] =?UTF-8?q?fix(logs):=20=E4=BF=AE=E6=AD=A3=E6=93=8D?= =?UTF-8?q?=E4=BD=9C=E6=97=A5=E5=BF=97=E7=B1=BB=E5=9E=8B=E9=80=89=E9=A1=B9?= =?UTF-8?q?=E4=B8=AD=E6=9D=83=E9=99=90=E7=9A=84=E6=A0=87=E7=AD=BE=E4=B8=BA?= =?UTF-8?q?=E8=8F=9C=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 将操作日志筛选下拉选项里的“权限”标签修改为“菜单”,匹配实际业务展示需求 --- frontend/src/modules/admin/views/logs/operation-log-crud.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/modules/admin/views/logs/operation-log-crud.ts b/frontend/src/modules/admin/views/logs/operation-log-crud.ts index cf7086e..bf0ca3b 100644 --- a/frontend/src/modules/admin/views/logs/operation-log-crud.ts +++ b/frontend/src/modules/admin/views/logs/operation-log-crud.ts @@ -109,7 +109,7 @@ export function buildOperationLogCrudOptions(opts: { data: [ { value: "user", label: "用户" }, { value: "role", label: "角色" }, - { value: "permission", label: "权限" }, + { value: "permission", label: "菜单" }, { value: "setting", label: "系统设置" }, ], value: "value",