海康口门门禁地图显示

hyx_2024-9-29_tongbu
fangjiakai 2024-09-05 17:27:47 +08:00
parent 8862295f29
commit 5733af5ba5
1 changed files with 12 additions and 0 deletions

View File

@ -42,6 +42,18 @@
</td> </td>
</tr> </tr>
</table> </table>
<div v-if= "type == 'CAMERA'" class="level-title">
<h1>摄像头名称{{ info.VIDEONAME }}</h1>
</div>
<table v-if= "type == 'CAMERA'" class="table-ui">
<tr>
<td class="bbg-transparent">编码</td>
<td >{{ info.CODE }}</td>
</tr>
</table>
<div class="video">
<video-play v-if="type === 'CAMERA' && info.GATEVIDEO_ID" :id="info.GATEVIDEO_ID" :type="type" :gangkou="gangkou"/>
</div>
</div> </div>
<div v-else class="app-container print-work"> <div v-else class="app-container print-work">
<div v-if= "type !== 'CAMERA'" class="level-title"> <div v-if= "type !== 'CAMERA'" class="level-title">