Skip to content

Commit 97c8cef

Browse files
committed
fix: 🐞 fix operatelog hasPermi value
1 parent bfb69cc commit 97c8cef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/views/system/operatelog/index.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
plain
8181
@click="handleExport"
8282
:loading="exportLoading"
83-
v-hasPermi="['infra:config:export']"
83+
v-hasPermi="['infra:operate-log:export']"
8484
>
8585
<Icon icon="ep:download" class="mr-5px" /> 导出
8686
</el-button>
@@ -111,7 +111,7 @@
111111
link
112112
type="primary"
113113
@click="openDetail(scope.row)"
114-
v-hasPermi="['infra:config:query']"
114+
v-hasPermi="['infra:operate-log:query']"
115115
>
116116
详情
117117
</el-button>

0 commit comments

Comments
 (0)