mirror of
https://github.com/yudaocode/yudao-ui-admin-vue3.git
synced 2026-05-10 23:24:33 +00:00
fix: 🐞 fix post hasPermi value
This commit is contained in:
@@ -50,7 +50,7 @@
|
|||||||
plain
|
plain
|
||||||
@click="handleExport"
|
@click="handleExport"
|
||||||
:loading="exportLoading"
|
:loading="exportLoading"
|
||||||
v-hasPermi="['infra:post:export']"
|
v-hasPermi="['system:post:export']"
|
||||||
>
|
>
|
||||||
<Icon icon="ep:download" class="mr-5px" /> 导出
|
<Icon icon="ep:download" class="mr-5px" /> 导出
|
||||||
</el-button>
|
</el-button>
|
||||||
|
|||||||
Reference in New Issue
Block a user