From b9d5ee118079c8062586e2b5733d0305a058dda1 Mon Sep 17 00:00:00 2001 From: XingQue Date: Fri, 17 Jul 2026 03:07:55 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AE=A1=E7=90=86=E5=91=98=E7=AE=A1=E7=90=86?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E7=8B=AC=E7=AB=8B=E3=80=8C=E6=93=8D=E4=BD=9C?= =?UTF-8?q?=E6=97=A5=E5=BF=97=E3=80=8D=E8=8F=9C=E5=8D=95=E9=A1=B5=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Cursor --- src/router/index.js | 5 + src/views/Layout.vue | 1 + src/views/admin/OpLog.vue | 373 ++++++++++++++++++++++++++++++++++++++ 3 files changed, 379 insertions(+) create mode 100644 src/views/admin/OpLog.vue diff --git a/src/router/index.js b/src/router/index.js index 212752e..e586e9f 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -168,6 +168,11 @@ const routes = [ component: () => import('@/views/admin/AdminUser.vue'), meta: { title: '后台用户' } }, + { + path: 'admin/oplog', + component: () => import('@/views/admin/OpLog.vue'), + meta: { title: '操作日志' } + }, { path: 'admin/user/detail/:id', component: () => import('@/views/admin/AdminUserDetail.vue'), diff --git a/src/views/Layout.vue b/src/views/Layout.vue index 4c8edee..0bf4c02 100644 --- a/src/views/Layout.vue +++ b/src/views/Layout.vue @@ -100,6 +100,7 @@ 角色管理 后台用户 + 操作日志 diff --git a/src/views/admin/OpLog.vue b/src/views/admin/OpLog.vue new file mode 100644 index 0000000..02409ee --- /dev/null +++ b/src/views/admin/OpLog.vue @@ -0,0 +1,373 @@ + + + + +