修改摄像头权限

This commit is contained in:
0000792 2022-11-24 17:26:54 +08:00
parent ce4270647b
commit 5493d57969
1 changed files with 7 additions and 7 deletions

View File

@ -53,7 +53,7 @@
icon="el-icon-plus"
size="mini"
@click="handleAdd"
v-hasPermi="['iot:info:add']"
v-hasPermi="['iot:video:add']"
>新增</el-button
>
</el-col>
@ -64,7 +64,7 @@
size="mini"
:disabled="multiple"
@click="handleDelete"
v-hasPermi="['iot:info:remove']"
v-hasPermi="['iot:video:remove']"
>删除</el-button
>
</el-col>
@ -74,7 +74,7 @@
icon="el-icon-upload2"
size="mini"
@click="handleImport"
v-hasPermi="['iot:info:edit']"
v-hasPermi="['iot:video:edit']"
>导入</el-button
>
</el-col>
@ -84,7 +84,7 @@
icon="el-icon-download"
size="mini"
@click="handleExport"
v-hasPermi="['iot:info:export']"
v-hasPermi="['iot:video:export']"
>导出</el-button
>
</el-col> -->
@ -166,7 +166,7 @@
type="text"
icon="el-icon-edit"
@click="handleUpdate(scope.row)"
v-hasPermi="['iot:info:edit']"
v-hasPermi="['iot:video:edit']"
>修改</el-button
>
<el-button
@ -174,7 +174,7 @@
type="text"
icon="el-icon-s-custom"
@click="handleDistri(scope.row)"
v-hasPermi="['iot:info:edit']"
v-hasPermi="['iot:video:edit']"
>修改标签</el-button
>
<el-button
@ -182,7 +182,7 @@
type="text"
icon="el-icon-delete"
@click="handleDelete(scope.row)"
v-hasPermi="['iot:info:remove']"
v-hasPermi="['iot:video:remove']"
>删除</el-button
>
</template>