fix: 🐞 fix loginlog hasPermi value
parent
dc5bede084
commit
958ec41f4e
|
|
@ -47,7 +47,7 @@
|
|||
plain
|
||||
@click="handleExport"
|
||||
:loading="exportLoading"
|
||||
v-hasPermi="['infra:config:export']"
|
||||
v-hasPermi="['infra: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:config:query']"
|
||||
v-hasPermi="['infra:login-log:query']"
|
||||
>
|
||||
详情
|
||||
</el-button>
|
||||
|
|
|
|||
Loading…
Reference in New Issue