From 7732ebccd5300343e723a62e99d652533f8e7d63 Mon Sep 17 00:00:00 2001 From: ZhangXianQiang <1135831638@qq.com> Date: 星期五, 26 四月 2024 16:12:54 +0800 Subject: [PATCH] 环境切换 --- src/views/system/video/index.vue | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/views/system/video/index.vue b/src/views/system/video/index.vue index 22bfe76..fbf6ef4 100644 --- a/src/views/system/video/index.vue +++ b/src/views/system/video/index.vue @@ -114,6 +114,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