From 3c5de84ea842c28d738e2b53529f1b524af7ecfb Mon Sep 17 00:00:00 2001 From: fuliqi <fuliqi@qq.com> Date: 星期日, 28 四月 2024 14:18:29 +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