From 11bf8ca6afddcedda634c7494b3550e758165001 Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期四, 07 三月 2024 17:05:52 +0800
Subject: [PATCH] 权限屏蔽

---
 src/views/system/recovery/index.vue |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/views/system/recovery/index.vue b/src/views/system/recovery/index.vue
index a260dfc..628b3dd 100644
--- a/src/views/system/recovery/index.vue
+++ b/src/views/system/recovery/index.vue
@@ -79,7 +79,6 @@
           icon="el-icon-download"
           size="mini"
           @click="handleExport"
-          v-hasPermi="['system:monitor:export']"
         >瀵煎嚭</el-button>
       </el-col>
       <right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>
@@ -111,7 +110,6 @@
             type="text"
             icon="el-icon-view"
             @click="handleView(scope.row,scope.index)"
-            v-hasPermi="['system:monitor:query']"
           >璇︾粏</el-button>
         </template>
       </el-table-column>

--
Gitblit v1.8.0