修改摄像头权限

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