Commit a6b3df41 authored by liwei's avatar liwei

修改了AI无人站打开摄像头的页面问题

parent ff5a256d
<template> <template>
<el-card> <el-card>
<div class="div-dropdown text-center"> <div style="display: flex;justify-content: space-between;align-items: center">
<el-row> <div style="display: flex">
<el-col :span="7"> <span style="font-weight: bold">{{ stationName }}(换热站)</span>&nbsp;&nbsp;
<span style="font-weight: bold">{{ stationName }}(换热站)</span>&nbsp;&nbsp; <span style="font-weight: bold">{{ srcName }}(设备)</span>
<span style="font-weight: bold">{{ srcName }}(设备)</span> </div>
<!-- <el-cascader :options="VideoInfo.selectOptions" v-model="VideoInfo.value" :props="props"--> <div style="display: flex">
<!-- collapse-tags clearable :show-all-levels="false" filterable placeholder="请选择" style=""--> <el-button id="startPlay" class="el-button-button" type="primary" :span="6">
<!-- :change="getVideoFromVideoList(VideoInfo.value)" @visible-change="visibleCascader"--> 显示视频</el-button>
<!-- :disabled="loading"/>-->
</el-col> <el-button id="stopPlay" class="el-button-button" type="primary" :span="6"
<el-col :span="10"> @click="autoColBoxShow = !autoColBoxShow">隐藏视频</el-button>
<el-button id="down" class="el-button-button" type="primary" :span="6"
</el-col> @click="down">下载插件</el-button>
<el-col :span="7"> </div>
<el-row>
<el-col :span="6">
</el-col>
<el-col :span="18">
<el-button id="startPlay" class="el-button-button" type="primary" :span="6">
显示视频</el-button>
<el-button id="stopPlay" class="el-button-button" type="primary" :span="6"
@click="autoColBoxShow = !autoColBoxShow">隐藏视频</el-button>
<el-button id="down" class="el-button-button" type="primary" :span="6"
@click="down">下载插件</el-button>
</el-col>
</el-row>
</el-col>
</el-row>
</div> </div>
<!-- 点击此处前往海康平台下载视频播放插件--> <!-- 点击此处前往海康平台下载视频播放插件-->
</el-card> </el-card>
......
<template> <template>
<el-card> <el-card>
<div class="div-dropdown text-center"> <div style="display: flex;justify-content: space-between;align-items: center">
<el-row> <div style="display: flex">
<el-col :span="7"> <span style="font-weight: bold">{{ stationName }}(换热站)</span>&nbsp;&nbsp;
<span style="font-weight: bold">{{ stationName }}(换热站)</span>&nbsp;&nbsp; <span style="font-weight: bold">{{ srcName }}(设备)</span>
<span style="font-weight: bold">{{ srcName }}(设备)</span> </div>
</el-col> <div style="display: flex">
<el-col :span="10"> <el-button id="startPlay" class="el-button-button" type="primary" :span="6">
显示视频</el-button>
</el-col>
<el-col :span="7"> <el-button id="stopPlay" class="el-button-button" type="primary" :span="6"
<el-row> @click="autoColBoxShow = !autoColBoxShow">隐藏视频</el-button>
<el-col :span="6"> <el-button id="down" class="el-button-button" type="primary" :span="6"
</el-col> @click="down">下载插件</el-button>
<el-col :span="18"> </div>
<el-button id="startPlay" class="el-button-button" type="primary" :span="6">
显示视频</el-button>
<el-button id="stopPlay" class="el-button-button" type="primary" :span="6"
@click="autoColBoxShow = !autoColBoxShow">隐藏视频</el-button>
<el-button id="down" class="el-button-button" type="primary" :span="6"
@click="down">下载插件</el-button>
</el-col>
</el-row>
</el-col>
</el-row>
</div> </div>
<!-- 点击此处前往海康平台下载视频播放插件--> <!-- 点击此处前往海康平台下载视频播放插件-->
</el-card> </el-card>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment