Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
admin
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
70821d1b
authored
Mar 18, 2025
by
LiuBanDong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
【轻量级 PR】修复操作日志和登录日志页面中的查询和导出按钮权限标识错误的问题
parent
20a2ced4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
src/views/system/loginlog/index.vue
+2
-2
src/views/system/operatelog/index.vue
+2
-2
No files found.
src/views/system/loginlog/index.vue
View file @
70821d1b
...
@@ -47,7 +47,7 @@
...
@@ -47,7 +47,7 @@
plain
plain
@
click=
"handleExport"
@
click=
"handleExport"
:loading=
"exportLoading"
:loading=
"exportLoading"
v-hasPermi=
"['
infra
:login-log:export']"
v-hasPermi=
"['
system
:login-log:export']"
>
>
<Icon
icon=
"ep:download"
class=
"mr-5px"
/>
导出
<Icon
icon=
"ep:download"
class=
"mr-5px"
/>
导出
</el-button>
</el-button>
...
@@ -85,7 +85,7 @@
...
@@ -85,7 +85,7 @@
link
link
type=
"primary"
type=
"primary"
@
click=
"openDetail(scope.row)"
@
click=
"openDetail(scope.row)"
v-hasPermi=
"['
infra
:login-log:query']"
v-hasPermi=
"['
system
:login-log:query']"
>
>
详情
详情
</el-button>
</el-button>
...
...
src/views/system/operatelog/index.vue
View file @
70821d1b
...
@@ -81,7 +81,7 @@
...
@@ -81,7 +81,7 @@
plain
plain
@
click=
"handleExport"
@
click=
"handleExport"
:loading=
"exportLoading"
:loading=
"exportLoading"
v-hasPermi=
"['
infra
:operate-log:export']"
v-hasPermi=
"['
system
:operate-log:export']"
>
>
<Icon
icon=
"ep:download"
class=
"mr-5px"
/>
导出
<Icon
icon=
"ep:download"
class=
"mr-5px"
/>
导出
</el-button>
</el-button>
...
@@ -112,7 +112,7 @@
...
@@ -112,7 +112,7 @@
link
link
type=
"primary"
type=
"primary"
@
click=
"openDetail(scope.row)"
@
click=
"openDetail(scope.row)"
v-hasPermi=
"['
infra
:operate-log:query']"
v-hasPermi=
"['
system
:operate-log:query']"
>
>
详情
详情
</el-button>
</el-button>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment