From 7c18f01d7b62f11b9ff96237a9c52641dce4856c Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期二, 12 三月 2024 15:48:52 +0800
Subject: [PATCH] 地域管理
---
src/views/system/face/index.vue | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/src/views/system/face/index.vue b/src/views/system/face/index.vue
index 7b719d6..d4a297e 100644
--- a/src/views/system/face/index.vue
+++ b/src/views/system/face/index.vue
@@ -77,7 +77,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>
@@ -109,7 +108,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