Commit 958ec41f by AhJindeg

fix: 馃悶 fix loginlog hasPermi value

parent dc5bede0
...@@ -47,7 +47,7 @@ ...@@ -47,7 +47,7 @@
plain plain
@click="handleExport" @click="handleExport"
:loading="exportLoading" :loading="exportLoading"
v-hasPermi="['infra:config:export']" v-hasPermi="['infra: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:config:query']" v-hasPermi="['infra:login-log:query']"
> >
璇︽儏 璇︽儏
</el-button> </el-button>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment