mirror of
https://github.com/yudaocode/yudao-ui-admin-vue3.git
synced 2026-05-13 01:02:55 +00:00
【轻量级 PR】修复操作日志和登录日志页面中的查询和导出按钮权限标识错误的问题
This commit is contained in:
@@ -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 @@
|
|||||||
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>
|
||||||
|
|||||||
@@ -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 @@
|
|||||||
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>
|
||||||
|
|||||||
Reference in New Issue
Block a user