From 39b5ade34f70c26a20e064eb0fb0144acae12bad Mon Sep 17 00:00:00 2001 From: 龚焕茏 <2842157468@qq.com> Date: 星期四, 18 四月 2024 16:25:06 +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