调整摄像头状态

This commit is contained in:
aixianling
2021-12-22 17:09:00 +08:00
parent c2dd5e8d29
commit c239b6aa04

View File

@@ -110,7 +110,7 @@ export default {
})
},
renderTreeItem: function (h, {node, data}) {
let show = this.monitors.some(e => e.id == data.id) ? 'show' : ''
let show = data.deviceStatus==1 ? 'show' : ''
if (node.isLeaf) {
return (
<div class="flexRow">