From 755526834e532baa9a5b39d4044237115cc95744 Mon Sep 17 00:00:00 2001 From: AhJindeg Date: Tue, 16 Apr 2024 18:23:08 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9E=20fix=20file=20hasPermi=20v?= =?UTF-8?q?alue?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/infra/file/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/infra/file/index.vue b/src/views/infra/file/index.vue index 17967312..2ff33641 100644 --- a/src/views/infra/file/index.vue +++ b/src/views/infra/file/index.vue @@ -96,7 +96,7 @@ link type="danger" @click="handleDelete(scope.row.id)" - v-hasPermi="['infra:config:delete']" + v-hasPermi="['infra:file:delete']" > 删除