From 5cecb661fce88baebda1019f676f05f2935537b2 Mon Sep 17 00:00:00 2001 From: fuliqi <fuliqi@qq.com> Date: 星期四, 07 三月 2024 17:38:48 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- 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