This commit is contained in:
gtz
2023-12-04 17:47:13 +08:00
parent 49ac95fbbd
commit 9814c2b6e9
4 changed files with 5719 additions and 6658 deletions

View File

@@ -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}