fix: 🐞 fix operatelog hasPermi value
This commit is contained in:
parent
bfb69ccccd
commit
97c8cefb7d
@ -80,7 +80,7 @@
|
|||||||
plain
|
plain
|
||||||
@click="handleExport"
|
@click="handleExport"
|
||||||
:loading="exportLoading"
|
:loading="exportLoading"
|
||||||
v-hasPermi="['infra:config:export']"
|
v-hasPermi="['infra:operate-log:export']"
|
||||||
>
|
>
|
||||||
<Icon icon="ep:download" class="mr-5px" /> 导出
|
<Icon icon="ep:download" class="mr-5px" /> 导出
|
||||||
</el-button>
|
</el-button>
|
||||||
@ -111,7 +111,7 @@
|
|||||||
link
|
link
|
||||||
type="primary"
|
type="primary"
|
||||||
@click="openDetail(scope.row)"
|
@click="openDetail(scope.row)"
|
||||||
v-hasPermi="['infra:config:query']"
|
v-hasPermi="['infra:operate-log:query']"
|
||||||
>
|
>
|
||||||
详情
|
详情
|
||||||
</el-button>
|
</el-button>
|
||||||
|
Loading…
Reference in New Issue
Block a user