Junjie
2023-07-25 ffcc7bb520e7af8014bd9b5e957d06da975c79bd
捡料
1个文件已修改
2 ■■■ 已修改文件
src/main/webapp/views/console.html 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/views/console.html
@@ -427,7 +427,7 @@
                $("#lift-status-box").empty()
                res.data.forEach((item,index) => {
                    let liftStatusClass = "lift-idle"
                    switch (item.status) {
                    switch (item.protocolStatus) {
                        case 1://空闲
                            liftStatusClass = "lift-idle";
                            break