1
lzhe
2024-06-21 5fd1f15560511e916a6c88951c698fb322c6c218
src/views/mdc/realtime-status/index.vue
@@ -1,7 +1,7 @@
<!--
 * @Date: 2024-04-09 22:11:21
 * @LastEditors: lzhe lzhe@example.com
 * @LastEditTime: 2024-06-19 12:29:46
 * @LastEditTime: 2024-06-20 23:24:02
 * @FilePath: /belleson-frontend/Users/mache/Documents/demo/cps-web/src/views/mdc/realtime-status/index.vue
 实时看板
-->
@@ -106,7 +106,6 @@
              current: "1",
            size: "9",
              total: 0,
              deviceStatus: [],
              workStationGroupIdList: [],
              line: "",
              column: ""
@@ -398,6 +397,11 @@
                        }
                     })
                  })
                  res.data[0].icon = "Position";
                        res.data[1].icon = "Loading";
                        res.data[2].icon = "Clock";
                        res.data[3].icon = "Warning";
                        res.data[4].icon = "Odometer";
                  this.devicestatus = res.data;
               }
            })