feat(m10): add audit event search and CSV export

This commit is contained in:
2026-05-25 01:38:48 +08:00
parent c088c0ed71
commit d933639518
5 changed files with 275 additions and 10 deletions
@@ -182,6 +182,12 @@ const routes = [
component: () => import("../views/ProjectHealthView.vue"),
meta: { roles: ["SYS_ADMIN"], title: "项目健康度" },
},
{
path: "audit",
name: "audit",
component: () => import("../views/AuditSearchView.vue"),
meta: { roles: ["SYS_ADMIN"], title: "审计日志" },
},
],
},
{ path: "/403", name: "forbidden", component: () => import("../views/ForbiddenView.vue") },