|
@@ -89,7 +89,8 @@
|
|
|
<!-- 左侧资源end -->
|
|
|
<!-- 应急预案end -->
|
|
|
<div class="fire-m" style="bottom:5rem" v-show="mapToolCheckItem.includes('资源与操作')" key="ziyuan">
|
|
|
- <el-button size="small" icon="el-icon-s-grid" @click="showTVWallDiaLog()">视频联动</el-button>
|
|
|
+ <el-button size="small" icon="el-icon-s-grid" @click="showTVWallDiaLog()"
|
|
|
+ v-show="cameraCode != '' && cameraCode != null && cameraCode != undefined">视频联动</el-button>
|
|
|
<el-button size="small" icon="el-icon-upload" @click="showEventdetailsdialog()">动态标绘</el-button>
|
|
|
</div>
|
|
|
</transition-group>
|
|
@@ -3465,4 +3466,4 @@
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
-</style>
|
|
|
+</style>
|