fix: 🐞 fix file hasPermi value

pull/429/head
AhJindeg 2024-04-16 18:23:08 +08:00
parent 221f78aa9a
commit 755526834e
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@
link
type="danger"
@click="handleDelete(scope.row.id)"
v-hasPermi="['infra:config:delete']"
v-hasPermi="['infra:file:delete']"
>
删除
</el-button>