'update'
This commit is contained in:
@@ -29,7 +29,7 @@ function FeederStatus(props) {
|
||||
color: "#fff",
|
||||
border: "1px solid #fff",
|
||||
padding: "12px",
|
||||
background: leftFeeder == "运行" ? "#0f03" : "#f003",
|
||||
background: leftFeeder == "运行" ? "#0f03" : leftFeeder == "故障" ? "#f003" : "#da33",
|
||||
}}
|
||||
>
|
||||
投料机1 : {leftFeeder}
|
||||
@@ -39,7 +39,7 @@ function FeederStatus(props) {
|
||||
color: "#fff",
|
||||
border: "1px solid #fff",
|
||||
padding: "12px",
|
||||
background: rightFeeder == "运行" ? "#0f03" : "#f003",
|
||||
background: rightFeeder == "运行" ? "#0f03" : rightFeeder == "故障" ? "#f003" : "#da33",
|
||||
}}
|
||||
>
|
||||
投料机2 : {rightFeeder}
|
||||
|
||||
Reference in New Issue
Block a user