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
60c50045
Commit
60c50045
authored
Sep 19, 2024
by
hubaoshan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面中的状态 颜色变红
parent
221a9c43
Changes
8
Show whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
9 additions
and
9 deletions
+9
-9
ExtinguisherHistoryPage.vue
...ws/AIStation/ExtinguisherPage/ExtinguisherHistoryPage.vue
+1
-1
ExtinguisherNewDataPage.vue
...ws/AIStation/ExtinguisherPage/ExtinguisherNewDataPage.vue
+2
-2
MoveMonitorHistoryPage.vue
...iews/AIStation/MoveMonitorPage/MoveMonitorHistoryPage.vue
+1
-1
MoveMonitorNewDataPage.vue
...iews/AIStation/MoveMonitorPage/MoveMonitorNewDataPage.vue
+1
-1
PipelineTempHistoryPage.vue
...ws/AIStation/PipelineTempPage/PipelineTempHistoryPage.vue
+1
-1
PipelineTempNewDataPage.vue
...ws/AIStation/PipelineTempPage/PipelineTempNewDataPage.vue
+1
-1
TransTempHistoryPage.vue
src/views/AIStation/TransTempPage/TransTempHistoryPage.vue
+1
-1
TransTempNewDataPage.vue
src/views/AIStation/TransTempPage/TransTempNewDataPage.vue
+1
-1
No files found.
src/views/AIStation/ExtinguisherPage/ExtinguisherHistoryPage.vue
View file @
60c50045
...
...
@@ -207,7 +207,7 @@ const handleSortChange = (data) => {
<el-table-column
prop=
"alarmStatus"
align=
"center"
label=
"告警状态"
>
<
template
#
default=
"scope"
>
<span
v-if=
"scope.row.alarmStatus=== '0'"
>
正常
</span>
<span
v-else-if=
"scope.row.alarmStatus=== '1'"
>
异常
</span>
<span
v-else-if=
"scope.row.alarmStatus=== '1'"
style=
"color: red"
>
异常
</span>
<span
v-else
>
-
</span>
</
template
>
</el-table-column>
...
...
src/views/AIStation/ExtinguisherPage/ExtinguisherNewDataPage.vue
View file @
60c50045
...
...
@@ -214,7 +214,7 @@ defineExpose({
<el-table-column
prop=
"alarmStatus"
align=
"center"
label=
"告警状态"
>
<
template
#
default=
"scope"
>
<span
v-if=
"scope.row.alarmStatus=== '0'"
>
正常
</span>
<span
v-else-if=
"scope.row.alarmStatus=== '1'"
>
异常
</span>
<span
v-else-if=
"scope.row.alarmStatus=== '1'"
style=
"color: red"
>
异常
</span>
<span
v-else
>
-
</span>
</
template
>
</el-table-column>
...
...
@@ -274,7 +274,7 @@ defineExpose({
<el-col
:span=
"12"
>
<el-form-item
label=
"告警状态:"
prop=
"alarmStatus"
>
<span
v-if=
"singleDetails.alarmStatus=== '0'"
>
正常
</span>
<span
v-else-if=
"singleDetails.alarmStatus=== '1'"
>
异常
</span>
<span
v-else-if=
"singleDetails.alarmStatus=== '1'"
>
异常
</span>
<span
v-else
>
-
</span>
</el-form-item>
</el-col>
...
...
src/views/AIStation/MoveMonitorPage/MoveMonitorHistoryPage.vue
View file @
60c50045
...
...
@@ -221,7 +221,7 @@ const handleSortChange = (data) => {
<el-table-column
prop=
"alarmStatus"
align=
"center"
label=
"告警状态"
>
<
template
#
default=
"scope"
>
<span
v-if=
"scope.row.alarmStatus=== '0'"
>
正常
</span>
<span
v-else-if=
"scope.row.alarmStatus=== '1'"
>
异常
</span>
<span
v-else-if=
"scope.row.alarmStatus=== '1'"
style=
"color: red"
>
异常
</span>
<span
v-else
>
-
</span>
</
template
>
</el-table-column>
...
...
src/views/AIStation/MoveMonitorPage/MoveMonitorNewDataPage.vue
View file @
60c50045
...
...
@@ -224,7 +224,7 @@ const handleSortChange = (data) => {
<el-table-column
prop=
"alarmStatus"
align=
"center"
label=
"告警状态"
>
<
template
#
default=
"scope"
>
<span
v-if=
"scope.row.alarmStatus=== '0'"
>
正常
</span>
<span
v-else-if=
"scope.row.alarmStatus=== '1'"
>
异常
</span>
<span
v-else-if=
"scope.row.alarmStatus=== '1'"
style=
"color: red"
>
异常
</span>
<span
v-else
>
-
</span>
</
template
>
</el-table-column>
...
...
src/views/AIStation/PipelineTempPage/PipelineTempHistoryPage.vue
View file @
60c50045
...
...
@@ -189,7 +189,7 @@ const handleSortChange = (data) => {
<el-table-column
prop=
"alarmStatus"
align=
"center"
label=
"告警状态"
>
<
template
#
default=
"scope"
>
<span
v-if=
"scope.row.alarmStatus=== '0'"
>
正常
</span>
<span
v-else-if=
"scope.row.alarmStatus=== '1'"
>
异常
</span>
<span
v-else-if=
"scope.row.alarmStatus=== '1'"
style=
"color: red"
>
异常
</span>
<span
v-else
>
-
</span>
</
template
>
</el-table-column>
...
...
src/views/AIStation/PipelineTempPage/PipelineTempNewDataPage.vue
View file @
60c50045
...
...
@@ -198,7 +198,7 @@ const handleSortChange = (data) => {
<el-table-column
prop=
"alarmStatus"
align=
"center"
label=
"告警状态"
>
<
template
#
default=
"scope"
>
<span
v-if=
"scope.row.alarmStatus=== '0'"
>
正常
</span>
<span
v-else-if=
"scope.row.alarmStatus=== '1'"
>
异常
</span>
<span
v-else-if=
"scope.row.alarmStatus=== '1'"
style=
"color: red"
>
异常
</span>
<span
v-else
>
-
</span>
</
template
>
</el-table-column>
...
...
src/views/AIStation/TransTempPage/TransTempHistoryPage.vue
View file @
60c50045
...
...
@@ -203,7 +203,7 @@ const handleSortChange = (data) => {
<el-table-column
prop=
"alarmStatus"
align=
"center"
label=
"告警状态"
>
<
template
#
default=
"scope"
>
<span
v-if=
"scope.row.alarmStatus=== '0'"
>
正常
</span>
<span
v-else-if=
"scope.row.alarmStatus=== '1'"
>
异常
</span>
<span
v-else-if=
"scope.row.alarmStatus=== '1'"
style=
"color: red"
>
异常
</span>
<span
v-else
>
-
</span>
</
template
>
</el-table-column>
...
...
src/views/AIStation/TransTempPage/TransTempNewDataPage.vue
View file @
60c50045
...
...
@@ -210,7 +210,7 @@ const handleSortChange = (data) => {
<el-table-column
prop=
"alarmStatus"
align=
"center"
label=
"告警状态"
>
<
template
#
default=
"scope"
>
<span
v-if=
"scope.row.alarmStatus=== '0'"
>
正常
</span>
<span
v-else-if=
"scope.row.alarmStatus=== '1'"
>
异常
</span>
<span
v-else-if=
"scope.row.alarmStatus=== '1'"
style=
"color: red"
>
异常
</span>
<span
v-else
>
-
</span>
</
template
>
</el-table-column>
...
...
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