From 5dc2118eddbda91c965a14dd57255229cab60da1 Mon Sep 17 00:00:00 2001 From: ZhangXianQiang <1135831638@qq.com> Date: 星期五, 19 四月 2024 11:58:40 +0800 Subject: [PATCH] Merge branch 'dev-threejs' --- 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