调整摄像头状态
This commit is contained in:
		| @@ -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"> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user