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']"
>修改
修改标签
删除