Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
web-project
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
海康威视
web-project
Commits
a6b3df41
Commit
a6b3df41
authored
Mar 07, 2025
by
liwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改了AI无人站打开摄像头的页面问题
parent
ff5a256d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
28 additions
and
54 deletions
+28
-54
VideoViewPage.vue
src/views/AIStation/MoveMonitorPage/VideoViewPage.vue
+14
-29
VideoViewPage.vue
src/views/AIStation/TransTempPage/VideoViewPage.vue
+14
-25
No files found.
src/views/AIStation/MoveMonitorPage/VideoViewPage.vue
View file @
a6b3df41
<
template
>
<el-card>
<div
class=
"div-dropdown text-center"
>
<el-row>
<el-col
:span=
"7"
>
<span
style=
"font-weight: bold"
>
{{
stationName
}}
(换热站)
</span>
<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>
<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>
...
...
src/views/AIStation/TransTempPage/VideoViewPage.vue
View file @
a6b3df41
<
template
>
<el-card>
<div
class=
"div-dropdown text-center"
>
<el-row>
<el-col
:span=
"7"
>
<span
style=
"font-weight: bold"
>
{{
stationName
}}
(换热站)
</span>
<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>
<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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment