|
@@ -81,7 +81,7 @@
|
|
|
plain
|
|
|
@click="handleExport"
|
|
|
:loading="exportLoading"
|
|
|
- v-hasPermi="['infra:operate-log:export']"
|
|
|
+ v-hasPermi="['system:operate-log:export']"
|
|
|
>
|
|
|
<Icon icon="ep:download" class="mr-5px" /> 导出
|
|
|
</el-button>
|
|
@@ -112,7 +112,7 @@
|
|
|
link
|
|
|
type="primary"
|
|
|
@click="openDetail(scope.row)"
|
|
|
- v-hasPermi="['infra:operate-log:query']"
|
|
|
+ v-hasPermi="['system:operate-log:query']"
|
|
|
>
|
|
|
详情
|
|
|
</el-button>
|