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
556ace84
Commit
556ace84
authored
Jul 28, 2024
by
moonby
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of gitee.com:tj-wang-yahui/AMS_HeatSys_Vue_V10
parents
21d6ee04
73fc698c
Changes
16
Hide whitespace changes
Inline
Side-by-side
Showing
16 changed files
with
194 additions
and
15 deletions
+194
-15
report.js
src/api/report.js
+8
-0
CurveControl.vue
src/components/Remote/CurveControl.vue
+6
-0
HeatControl.vue
src/components/Remote/HeatControl.vue
+6
-0
HolidayControl.vue
src/components/Remote/HolidayControl.vue
+6
-0
LimitControl.vue
src/components/Remote/LimitControl.vue
+6
-0
NightControl.vue
src/components/Remote/NightControl.vue
+6
-0
NightFrequency.vue
src/components/Remote/NightFrequency.vue
+6
-0
OutdoorTempControl.vue
src/components/Remote/OutdoorTempControl.vue
+6
-0
SecTempControl.vue
src/components/Remote/SecTempControl.vue
+6
-0
TransferRegControl.vue
src/components/Remote/TransferRegControl.vue
+6
-0
TransferStatusControl.vue
src/components/Remote/TransferStatusControl.vue
+6
-0
WeatherControl.vue
src/components/Remote/WeatherControl.vue
+6
-0
WinDirectionControl.vue
src/components/Remote/WinDirectionControl.vue
+6
-0
index.js
src/router/index.js
+1
-1
TransControlPage.vue
src/views/RemotePage/TransControlPage.vue
+113
-2
VideoViewPage.vue
src/views/Video/VideoViewPage.vue
+0
-12
No files found.
src/api/report.js
0 → 100644
View file @
556ace84
import
http
from
'./http'
//热量分析报表
export
const
postHeatAnalysis
=
params
=>
{
return
http
.
post
(
`/api/analysis/report/HeatAnalysis`
,
params
).
then
(
res
=>
res
).
catch
(
function
(
error
)
{
console
.
log
(
error
);
})
}
src/components/Remote/CurveControl.vue
0 → 100644
View file @
556ace84
<
template
>
曲线对应参数组
<el-table>
</el-table>
</
template
>
\ No newline at end of file
src/components/Remote/HeatControl.vue
0 → 100644
View file @
556ace84
<
template
>
热量
<el-table>
</el-table>
</
template
>
\ No newline at end of file
src/components/Remote/HolidayControl.vue
0 → 100644
View file @
556ace84
<
template
>
节假日参数设定
<el-table>
</el-table>
</
template
>
\ No newline at end of file
src/components/Remote/LimitControl.vue
0 → 100644
View file @
556ace84
<
template
>
温度上下限
<el-table>
</el-table>
</
template
>
\ No newline at end of file
src/components/Remote/NightControl.vue
0 → 100644
View file @
556ace84
<
template
>
夜间降温参数组
<el-table>
</el-table>
</
template
>
\ No newline at end of file
src/components/Remote/NightFrequency.vue
0 → 100644
View file @
556ace84
<
template
>
循环泵夜间降频
<el-table>
</el-table>
</
template
>
\ No newline at end of file
src/components/Remote/OutdoorTempControl.vue
0 → 100644
View file @
556ace84
<
template
>
室外温度控制参数组
<el-table>
</el-table>
</
template
>
\ No newline at end of file
src/components/Remote/SecTempControl.vue
0 → 100644
View file @
556ace84
<
template
>
二次网供水温度参数组
<el-table>
</el-table>
</
template
>
\ No newline at end of file
src/components/Remote/TransferRegControl.vue
0 → 100644
View file @
556ace84
<
template
>
寄存器值
<el-table>
</el-table>
</
template
>
\ No newline at end of file
src/components/Remote/TransferStatusControl.vue
0 → 100644
View file @
556ace84
<
template
>
状态
<el-table>
</el-table>
</
template
>
\ No newline at end of file
src/components/Remote/WeatherControl.vue
0 → 100644
View file @
556ace84
<
template
>
气象仪参数组
<el-table>
</el-table>
</
template
>
\ No newline at end of file
src/components/Remote/WinDirectionControl.vue
0 → 100644
View file @
556ace84
<
template
>
温度上下限
<el-table>
</el-table>
</
template
>
\ No newline at end of file
src/router/index.js
View file @
556ace84
...
...
@@ -150,7 +150,7 @@ const routes = [
name
:
'AlarmStatusPage'
,
component
:
()
=>
import
(
'@/views/AlarmPage/AlarmStatusPage.vue'
),
meta
:
{
title
:
'报警
信息
'
title
:
'报警
状态
'
}
},{
path
:
'/Alarm'
,
...
...
src/views/RemotePage/TransControlPage.vue
View file @
556ace84
<
template
>
换热站远程控制
</
template
>
\ No newline at end of file
<el-card
class=
"card-contianer"
>
<label>
片区:
</label>
<el-radio-group
v-model=
"radioList"
style=
"height: auto; margin-top: -10px; margin-left: 50px;"
>
<el-radio
:label=
"3"
>
重阳里
</el-radio>
<el-radio
:label=
"6"
>
福苑里
</el-radio>
<el-radio
:label=
"9"
>
行政区
</el-radio>
<el-radio
:label=
"10"
>
东部北区
</el-radio>
<el-radio
:label=
"11"
>
东部南区
</el-radio>
<el-radio
:label=
"12"
>
小王庄
</el-radio>
</el-radio-group>
</el-card>
<el-tabs
:tab-position=
"tabPosition"
style=
"height: 100%"
class=
"demo-tabs"
>
<el-tab-pane
label=
"换热站状态"
>
<TransferStatusControl/>
</el-tab-pane>
<el-tab-pane
label=
"远程寄存器"
>
<TransferRegControl/>
</el-tab-pane>
<el-tab-pane
label=
"节假日参数组"
>
<HolidayControl/>
</el-tab-pane>
<el-tab-pane
label=
"夜间参数组"
>
<NightControl/>
</el-tab-pane>
<el-tab-pane
label=
"二次网供水温度"
>
<SecTempControl/>
</el-tab-pane>
<el-tab-pane
label=
"曲线对应"
>
<CurveControl/>
</el-tab-pane>
<el-tab-pane
label=
"气象仪"
>
<WeatherControl/>
</el-tab-pane>
<el-tab-pane
label=
"温度上下限"
>
<LimitControl/>
</el-tab-pane>
<el-tab-pane
label=
"风向控制"
>
<WinDirectionControl/>
</el-tab-pane>
<el-tab-pane
label=
"热量"
>
<HeatControl/>
</el-tab-pane>
<el-tab-pane
label=
"室外温度控制"
>
<OutdoorTempControl/>
</el-tab-pane>
<el-tab-pane
label=
"循环泵夜间降频"
>
<NightFrequency/>
</el-tab-pane>
</el-tabs>
</
template
>
<
script
lang=
"ts"
setup
>
import
{
ref
,
reactive
,
onMounted
,
onUnmounted
}
from
'vue'
;
import
http
from
'../../api/http'
;
import
TransferStatusControl
from
'../../components/Remote/TransferStatusControl.vue'
;
import
TransferRegControl
from
'../../components/Remote/TransferRegControl.vue'
;
import
HolidayControl
from
'../../components/Remote/HolidayControl.vue'
;
import
NightControl
from
'../../components/Remote/NightControl.vue'
;
import
SecTempControl
from
'../../components/Remote/SecTempControl.vue'
;
import
CurveControl
from
'../../components/Remote/CurveControl.vue'
;
import
WinDirectionControl
from
'../../components/Remote/WinDirectionControl.vue'
;
import
WeatherControl
from
'../../components/Remote/WeatherControl.vue'
;
import
LimitControl
from
'../../components/Remote/LimitControl.vue'
;
import
HeatControl
from
'../../components/Remote/HeatControl.vue'
;
import
OutdoorTempControl
from
'../../components/Remote/OutdoorTempControl.vue'
;
import
NightFrequency
from
'../../components/Remote/NightFrequency.vue'
;
const
tabPosition
=
ref
(
'left'
);
const
radioList
=
ref
(
null
);
//初始化页面
function
initPage
(){
initRadioList
();
initRomateList
();
}
//根据权限初始化单选列表
function
initRadioList
(){
}
//根据权限初始化远程控制页列表
function
initRomateList
(){
}
initPage
();
</
script
>
<
style
lang=
"less"
scoped
>
.card-contianer {
width: auto;
height: 50px;
vertical-align: middle;
margin: 0;
padding: 0;
}
.demo-tabs > .el-tabs__content {
padding: 32px;
color: #6b778c;
font-size: 32px;
font-weight: 600;
}
.el-tabs--right .el-tabs__content,
.el-tabs--left .el-tabs__content {
height: 100%;
}
</
style
>
\ No newline at end of file
src/views/Video/VideoViewPage.vue
View file @
556ace84
<
template
>
<el-card>
<div
class=
"div-dropdown text-center"
>
<el-row>
<el-col
:span=
"7"
>
...
...
@@ -16,7 +14,6 @@
<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"
>
...
...
@@ -28,12 +25,7 @@
@
click=
"down"
>
下载插件
</el-button>
</el-col>
</el-row>
</el-col>
</el-row>
</div>
<!--
<div>
...
...
@@ -43,7 +35,6 @@
<div
class=
"videoPlayer"
id=
"playWnd"
>
</div>
</
template
>
...
...
@@ -197,9 +188,6 @@ function getStats() {
}
}
//从数据库获得监控点信息
function
getVideoInfo
()
{
http
.
post
(
'/api/video/GetVideoTable'
).
then
((
result
)
=>
{
...
...
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