Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
W
web-monitor
Project
Project
Details
Activity
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
Administrator
web-monitor
Commits
fcba4323
Commit
fcba4323
authored
2 years ago
by
neogcg
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev_gcg' into dev
parents
ac3bf6e4
6e7380f5
dev_yzr
dev
temp-permission
No related merge requests found
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
type5.vue
src/views/dashboard/components/type5.vue
+4
-4
No files found.
src/views/dashboard/components/type5.vue
View file @
fcba4323
...
...
@@ -223,12 +223,12 @@
</div>
<div>
<!-- === -->
<el-row
v-if=
"statusl.length!=0"
class=
"text"
:gutter=
"24"
>
<el-row
class=
"text"
:gutter=
"24"
>
<el-col
:span=
"10"
>
<div
class=
"item_name"
>
漏缆状态
</div>
</el-col>
<el-col
:span=
"8"
>
<div
class=
"item_data levelData"
:style=
"acolor"
>
{{
this
.
statusl
[
0
].
value
}}
</div>
<div
class=
"item_data levelData"
:style=
"acolor"
v-if=
"statusl.length!=0"
>
{{
this
.
statusl
[
0
].
value
}}
</div>
</el-col>
<el-col
:span=
"6"
>
<el-button
class=
"alarmbtn"
type=
"primary"
size=
"mini"
...
...
@@ -340,14 +340,14 @@ export default {
for
(
let
i
=
0
;
i
<
this
.
statusAlarmfun
.
length
;
i
++
){
if
(
i
%
2
!=
0
)
{
if
(
this
.
statusAlarmfun
[
i
].
name
==
'时间'
)
{
if
(
this
.
statusAlarmfun
[
i
].
name
==
'
最后更新
时间'
)
{
arr1
.
push
(
this
.
statusAlarmfun
[
i
])
}
else
{
arr2
.
push
(
this
.
statusAlarmfun
[
i
])
}
}
else
{
if
(
this
.
statusAlarmfun
[
i
].
name
==
'
设备
状态'
)
{
if
(
this
.
statusAlarmfun
[
i
].
name
==
'
漏缆
状态'
)
{
arr1
.
push
(
this
.
statusAlarmfun
[
i
])
}
else
{
arr3
.
push
(
this
.
statusAlarmfun
[
i
])
...
...
This diff is collapsed.
Click to expand it.
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