Commit a6b3df41 authored by liwei's avatar liwei

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

parent ff5a256d
<template>
<el-card>
<div class="div-dropdown text-center">
<el-row>
<el-col :span="7">
<span style="font-weight: bold">{{ stationName }}(换热站)</span>&nbsp;&nbsp;
<span style="font-weight: bold">{{ srcName }}(设备)</span>
<!-- <el-cascader :options="VideoInfo.selectOptions" v-model="VideoInfo.value" :props="props"-->
<!-- collapse-tags clearable :show-all-levels="false" filterable placeholder="请选择" style=""-->
<!-- :change="getVideoFromVideoList(VideoInfo.value)" @visible-change="visibleCascader"-->
<!-- :disabled="loading"/>-->
</el-col>
<el-col :span="10">
</el-col>
<el-col :span="7">
<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 style="display: flex;justify-content: space-between;align-items: center">
<div style="display: flex">
<span style="font-weight: bold">{{ stationName }}(换热站)</span>&nbsp;&nbsp;
<span style="font-weight: bold">{{ srcName }}(设备)</span>
</div>
<div style="display: flex">
<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>
</div>
</div>
<!-- 点击此处前往海康平台下载视频播放插件-->
</el-card>
......
<template>
<el-card>
<div class="div-dropdown text-center">
<el-row>
<el-col :span="7">
<span style="font-weight: bold">{{ stationName }}(换热站)</span>&nbsp;&nbsp;
<span style="font-weight: bold">{{ srcName }}(设备)</span>
</el-col>
<el-col :span="10">
</el-col>
<el-col :span="7">
<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 style="display: flex;justify-content: space-between;align-items: center">
<div style="display: flex">
<span style="font-weight: bold">{{ stationName }}(换热站)</span>&nbsp;&nbsp;
<span style="font-weight: bold">{{ srcName }}(设备)</span>
</div>
<div style="display: flex">
<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>
</div>
</div>
<!-- 点击此处前往海康平台下载视频播放插件-->
</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