Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
Laisi_AutoMES2
Overview
Overview
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
jiawei.su
Laisi_AutoMES2
Commits
3d2af0bc
Commit
3d2af0bc
authored
Feb 03, 2021
by
yiyu.li
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
状态优化
parent
0b6df559
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
lineMonitor.vue
Html/src/view/fml/statistical_analysis/lineMonitor.vue
+5
-5
No files found.
Html/src/view/fml/statistical_analysis/lineMonitor.vue
View file @
3d2af0bc
...
@@ -59,7 +59,7 @@
...
@@ -59,7 +59,7 @@
:key=
"index"
:key=
"index"
:style=
"
{
:style=
"
{
background: item.bgc,
background: item.bgc,
color: item.
s
tatus != 0 ? fontColor : '',
color: item.
machineS
tatus != 0 ? fontColor : '',
}"
}"
>
>
<p
class=
"flex"
>
<p
class=
"flex"
>
...
@@ -362,17 +362,17 @@ export default {
...
@@ -362,17 +362,17 @@ export default {
arr
.
forEach
((
ele
)
=>
{
arr
.
forEach
((
ele
)
=>
{
let
bgc
=
""
;
let
bgc
=
""
;
if
(
ele
.
s
tatus
==
1
)
{
if
(
ele
.
machineS
tatus
==
1
)
{
bgc
=
"#ff9900"
;
bgc
=
"#ff9900"
;
}
}
if
(
ele
.
s
tatus
==
2
)
{
if
(
ele
.
machineS
tatus
==
2
)
{
bgc
=
"#19be6b"
;
bgc
=
"#19be6b"
;
}
}
if
(
ele
.
s
tatus
==
3
)
{
if
(
ele
.
machineS
tatus
==
3
)
{
bgc
=
"#2db7f5"
;
bgc
=
"#2db7f5"
;
}
}
if
(
ele
.
enable
==
0
)
{
if
(
ele
.
enable
==
0
)
{
bgc
=
"
red
"
;
bgc
=
"
#ed4014
"
;
}
}
ele
.
bgc
=
bgc
;
ele
.
bgc
=
bgc
;
});
});
...
...
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