1
lzhe
2024-06-19 0928d902c7dc0506e5f0901bfb699859191def2d
1
已修改1个文件
7 ■■■■ 文件已修改
src/views/mdc/realtime-status/index.vue 7 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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-19 13:44:36
 * @FilePath: /belleson-frontend/Users/mache/Documents/demo/cps-web/src/views/mdc/realtime-status/index.vue
 实时看板
-->
@@ -398,6 +398,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;
                    }
                })