Skip to content

Commit ae03503

Browse files
YunaiVgitee-org
authored andcommitted
!741 【轻量级 PR】修复操作日志和登录日志页面中的查询和导出按钮权限标识错误的问题
Merge pull request !741 from Too子牙/master
2 parents 20a2ced + 70821d1 commit ae03503

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/views/system/loginlog/index.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
plain
4848
@click="handleExport"
4949
:loading="exportLoading"
50-
v-hasPermi="['infra:login-log:export']"
50+
v-hasPermi="['system:login-log:export']"
5151
>
5252
<Icon icon="ep:download" class="mr-5px" /> 导出
5353
</el-button>
@@ -85,7 +85,7 @@
8585
link
8686
type="primary"
8787
@click="openDetail(scope.row)"
88-
v-hasPermi="['infra:login-log:query']"
88+
v-hasPermi="['system:login-log:query']"
8989
>
9090
详情
9191
</el-button>

src/views/system/operatelog/index.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
plain
8282
@click="handleExport"
8383
:loading="exportLoading"
84-
v-hasPermi="['infra:operate-log:export']"
84+
v-hasPermi="['system:operate-log:export']"
8585
>
8686
<Icon icon="ep:download" class="mr-5px" /> 导出
8787
</el-button>
@@ -112,7 +112,7 @@
112112
link
113113
type="primary"
114114
@click="openDetail(scope.row)"
115-
v-hasPermi="['infra:operate-log:query']"
115+
v-hasPermi="['system:operate-log:query']"
116116
>
117117
详情
118118
</el-button>

0 commit comments

Comments
 (0)