From da11bb6badedae9d20e11c7df3a14864bb7d7b60 Mon Sep 17 00:00:00 2001 From: clay <20932067@zju.edu.cn> Date: Tue, 11 Jan 2022 17:23:14 +0800 Subject: [PATCH] 01 --- ebts-ui/public/test.html | 29 +++++++++++++ .../src/views/monitor/logininfor/index.vue | 4 +- ebts-ui/src/views/monitor/online/index.vue | 4 +- ebts-ui/src/views/monitor/operlog/index.vue | 32 ++++++++------- ebts-ui/src/views/sist/banner/index.vue | 41 ++++--------------- ebts-ui/src/views/sist/navigation/index.vue | 35 +++++++++++----- ebts-ui/src/views/system/config/index.vue | 20 ++++----- ebts-ui/src/views/system/role/index.vue | 28 ++++++------- 8 files changed, 106 insertions(+), 87 deletions(-) create mode 100644 ebts-ui/public/test.html diff --git a/ebts-ui/public/test.html b/ebts-ui/public/test.html new file mode 100644 index 0000000..a55333c --- /dev/null +++ b/ebts-ui/public/test.html @@ -0,0 +1,29 @@ + + + + + + + Document + + + + + + + + + + + + diff --git a/ebts-ui/src/views/monitor/logininfor/index.vue b/ebts-ui/src/views/monitor/logininfor/index.vue index ebf5aa7..148c4ff 100644 --- a/ebts-ui/src/views/monitor/logininfor/index.vue +++ b/ebts-ui/src/views/monitor/logininfor/index.vue @@ -94,8 +94,8 @@ - - + + diff --git a/ebts-ui/src/views/monitor/online/index.vue b/ebts-ui/src/views/monitor/online/index.vue index a33614b..0f766e4 100644 --- a/ebts-ui/src/views/monitor/online/index.vue +++ b/ebts-ui/src/views/monitor/online/index.vue @@ -38,8 +38,8 @@ - - + + diff --git a/ebts-ui/src/views/monitor/operlog/index.vue b/ebts-ui/src/views/monitor/operlog/index.vue index 8007902..2e3deb6 100644 --- a/ebts-ui/src/views/monitor/operlog/index.vue +++ b/ebts-ui/src/views/monitor/operlog/index.vue @@ -111,27 +111,27 @@ - - - - + + + + - - - + + + + + + + + + + + import { list, delOperlog, cleanOperlog, exportOperlog } from "@/api/monitor/operlog"; +import store from "@/store"; export default { name: "Operlog", data() { return { + userId: store.getters.userId, // 遮罩层 loading: true, // 选中数组 diff --git a/ebts-ui/src/views/sist/banner/index.vue b/ebts-ui/src/views/sist/banner/index.vue index 2378abc..1c7411d 100644 --- a/ebts-ui/src/views/sist/banner/index.vue +++ b/ebts-ui/src/views/sist/banner/index.vue @@ -11,8 +11,8 @@ /> - - + + - - - 搜索 重置 @@ -89,16 +80,14 @@ {{ ((queryParams.pageInfo.pageNum - 1) * queryParams.pageInfo.pageSize + scope.$index + 1)}} - + - + - -