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
6eb810c3
Commit
6eb810c3
authored
Feb 17, 2025
by
liwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改了AI无人站相关页面,以及大屏
parent
e59dcaac
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
10 additions
and
5 deletions
+10
-5
index.vue
src/views/AIStation/ExtinguisherPage/index.vue
+2
-1
index.vue
src/views/AIStation/MoveMonitorPage/index.vue
+2
-1
index.vue
src/views/AIStation/PipelineTempPage/index.vue
+2
-1
index.vue
src/views/AIStation/RecyclePumpPage/index.vue
+2
-1
index.vue
src/views/AIStation/TransTempPage/index.vue
+2
-1
No files found.
src/views/AIStation/ExtinguisherPage/index.vue
View file @
6eb810c3
...
...
@@ -35,7 +35,8 @@ const childComponentRef = ref(null);
// 告警状态
const
alarmStatusList
=
[
{
label
:
'正常'
,
value
:
0
},
{
label
:
'异常'
,
value
:
1
}
{
label
:
'异常'
,
value
:
1
},
{
label
:
'正常(有未处理报警)'
,
value
:
2
}
]
// tab标签
const
topBtn
=
ref
([
...
...
src/views/AIStation/MoveMonitorPage/index.vue
View file @
6eb810c3
...
...
@@ -52,7 +52,8 @@ const alarmStatusList = [
{
label
:
'异常'
,
value
:
1
}
},
{
label
:
'正常(有未处理报警)'
,
value
:
2
}
]
//查询参数
const
queryParams
=
reactive
({
...
...
src/views/AIStation/PipelineTempPage/index.vue
View file @
6eb810c3
...
...
@@ -40,7 +40,8 @@ const searchData = ref([]);
// 告警状态
const
alarmStatusList
=
[
{
label
:
'正常'
,
value
:
0
},
{
label
:
'异常'
,
value
:
1
}
{
label
:
'异常'
,
value
:
1
},
{
label
:
'正常(有未处理报警)'
,
value
:
2
}
]
//传递到子页面的查询参数
const
childParams
=
ref
({})
...
...
src/views/AIStation/RecyclePumpPage/index.vue
View file @
6eb810c3
...
...
@@ -43,7 +43,8 @@ let isErrorDisplayed = false;
// 告警状态
const
alarmStatusList
=
[
{
label
:
'正常'
,
value
:
0
},
{
label
:
'异常'
,
value
:
1
}
{
label
:
'异常'
,
value
:
1
},
{
label
:
'正常(有未处理报警)'
,
value
:
2
}
]
//查询参数
const
queryParams
=
reactive
({
...
...
src/views/AIStation/TransTempPage/index.vue
View file @
6eb810c3
...
...
@@ -36,7 +36,8 @@ const alarmNum = ref(1);
// 告警状态
const
alarmStatusList
=
[
{
label
:
'正常'
,
value
:
0
},
{
label
:
'异常'
,
value
:
1
}
{
label
:
'异常'
,
value
:
1
},
{
label
:
'正常(有未处理报警)'
,
value
:
2
}
]
const
handleStatusList
=
[
{
label
:
'未处理'
,
value
:
0
},
...
...
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