diff --git a/src/components/navMenu/index.vue b/src/components/navMenu/index.vue index a69eb65aa..05b9cd0bd 100644 --- a/src/components/navMenu/index.vue +++ b/src/components/navMenu/index.vue @@ -320,6 +320,11 @@ path: '/standLawsAttrManage', menuId: '72a24657972d286b8b5d80735cf4eee2' }, + { + title: '操作日志', + path: '/OperationLog', + menuId: '' + }, // { // title: '资料中心管理', // path: '/dynamicInformationManage', diff --git a/src/pages/config/pages/operationLog/index.vue b/src/pages/config/pages/operationLog/index.vue new file mode 100644 index 000000000..8e1683844 --- /dev/null +++ b/src/pages/config/pages/operationLog/index.vue @@ -0,0 +1,217 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + 搜索 + + + 清空 + + + + + + + + + + + + + + + + + + 数据处理中 + + + + + + + diff --git a/src/router/index.js b/src/router/index.js index 37ea86e39..5e06cf72a 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -3564,6 +3564,17 @@ const routes = [ menuId: 'PGPZXNUFEXC85BVPV9AU' } }, + { + path: '/OperationLog', + name: 'OperationLog', + component: () => + import('@/pages/config/pages/operationLog/index'), + meta: { + requireAuth: true, + title: '操作日志', + menuId: '' + } + }, { path: '/processManage', name: 'ProcessManage',