From 5493d57969064b3853e1dbfc85ad1efc0eb61afb Mon Sep 17 00:00:00 2001
From: 0000792 <1161664478@qq.com>
Date: Thu, 24 Nov 2022 17:26:54 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=91=84=E5=83=8F=E5=A4=B4?=
=?UTF-8?q?=E6=9D=83=E9=99=90?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/iot/video/camera/index.vue | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/src/views/iot/video/camera/index.vue b/src/views/iot/video/camera/index.vue
index b4c28ed7..7923ffe1 100644
--- a/src/views/iot/video/camera/index.vue
+++ b/src/views/iot/video/camera/index.vue
@@ -53,7 +53,7 @@
icon="el-icon-plus"
size="mini"
@click="handleAdd"
- v-hasPermi="['iot:info:add']"
+ v-hasPermi="['iot:video:add']"
>新增
@@ -64,7 +64,7 @@
size="mini"
:disabled="multiple"
@click="handleDelete"
- v-hasPermi="['iot:info:remove']"
+ v-hasPermi="['iot:video:remove']"
>删除
@@ -74,7 +74,7 @@
icon="el-icon-upload2"
size="mini"
@click="handleImport"
- v-hasPermi="['iot:info:edit']"
+ v-hasPermi="['iot:video:edit']"
>导入
@@ -84,7 +84,7 @@
icon="el-icon-download"
size="mini"
@click="handleExport"
- v-hasPermi="['iot:info:export']"
+ v-hasPermi="['iot:video:export']"
>导出
-->
@@ -166,7 +166,7 @@
type="text"
icon="el-icon-edit"
@click="handleUpdate(scope.row)"
- v-hasPermi="['iot:info:edit']"
+ v-hasPermi="['iot:video:edit']"
>修改
修改标签
删除