fix: 🐞 fix file hasPermi value

This commit is contained in:
AhJindeg 2024-04-16 18:23:08 +08:00
parent 221f78aa9a
commit 755526834e

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>