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
Unverified
Commit
ae03503e
authored
Mar 22, 2025
by
芋道源码
Committed by
Gitee
Mar 22, 2025
Browse files
Options
Browse Files
Download
Plain Diff
!741 【轻量级 PR】修复操作日志和登录日志页面中的查询和导出按钮权限标识错误的问题
Merge pull request !741 from Too子牙/master
parents
20a2ced4
70821d1b
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 @
ae03503e
...
...
@@ -47,7 +47,7 @@
plain
@
click=
"handleExport"
:loading=
"exportLoading"
v-hasPermi=
"['
infra
:login-log:export']"
v-hasPermi=
"['
system
:login-log:export']"
>
<Icon
icon=
"ep:download"
class=
"mr-5px"
/>
导出
</el-button>
...
...
@@ -85,7 +85,7 @@
link
type=
"primary"
@
click=
"openDetail(scope.row)"
v-hasPermi=
"['
infra
:login-log:query']"
v-hasPermi=
"['
system
:login-log:query']"
>
详情
</el-button>
...
...
src/views/system/operatelog/index.vue
View file @
ae03503e
...
...
@@ -81,7 +81,7 @@
plain
@
click=
"handleExport"
:loading=
"exportLoading"
v-hasPermi=
"['
infra
:operate-log:export']"
v-hasPermi=
"['
system
:operate-log:export']"
>
<Icon
icon=
"ep:download"
class=
"mr-5px"
/>
导出
</el-button>
...
...
@@ -112,7 +112,7 @@
link
type=
"primary"
@
click=
"openDetail(scope.row)"
v-hasPermi=
"['
infra
:operate-log:query']"
v-hasPermi=
"['
system
:operate-log:query']"
>
详情
</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