From 850dba9b2eef861e2bc550092f75e7dd6cd9621b Mon Sep 17 00:00:00 2001
From: fuliqi <fuliqi@qq.com>
Date: 星期五, 19 四月 2024 17:57:40 +0800
Subject: [PATCH] 滚动条
---
src/views/system/face/index.vue | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/views/system/face/index.vue b/src/views/system/face/index.vue
index d571bbc..4c0ad16 100644
--- a/src/views/system/face/index.vue
+++ b/src/views/system/face/index.vue
@@ -107,6 +107,7 @@
icon="el-icon-download"
size="mini"
@click="handleExport"
+ v-hasPermi="['system:monitor:export']"
>瀵煎嚭</el-button>
</el-col>
<right-toolbar :showSearch.sync="showSearch" @queryTable="getList" :columns="columns"></right-toolbar>
--
Gitblit v1.8.0