From 5c628344a3f0cd4fd6a7ce48696e22b7fb7314f8 Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期二, 12 三月 2024 17:54:17 +0800
Subject: [PATCH] 点位批量添加优化
---
src/views/system/video/index.vue | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/src/views/system/video/index.vue b/src/views/system/video/index.vue
index 3f4c426..6f20107 100644
--- a/src/views/system/video/index.vue
+++ b/src/views/system/video/index.vue
@@ -77,7 +77,6 @@
icon="el-icon-download"
size="mini"
@click="handleExport"
- v-hasPermi="['system:monitor:export']"
>瀵煎嚭</el-button>
</el-col>
<right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>
@@ -108,7 +107,6 @@
type="text"
icon="el-icon-view"
@click="handleView(scope.row,scope.index)"
- v-hasPermi="['system:monitor:query']"
>璇︾粏</el-button>
</template>
</el-table-column>
--
Gitblit v1.8.0