fix: 🐞 fix post hasPermi value

This commit is contained in:
AhJindeg 2024-04-16 18:24:36 +08:00
parent 97c8cefb7d
commit decdd1b25d

View File

@ -50,7 +50,7 @@
plain
@click="handleExport"
:loading="exportLoading"
v-hasPermi="['infra:post:export']"
v-hasPermi="['system:post:export']"
>
<Icon icon="ep:download" class="mr-5px" /> 导出
</el-button>