From fdb97cca1f302db3fe07cc700130a085d991d682 Mon Sep 17 00:00:00 2001
From: lzhe <lzhe@example.com>
Date: 星期三, 19 六月 2024 22:41:49 +0800
Subject: [PATCH] 1

---
 src/views/mdc/realtime-status/index.vue |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/src/views/mdc/realtime-status/index.vue b/src/views/mdc/realtime-status/index.vue
index ff0f969..fa3ee1a 100644
--- a/src/views/mdc/realtime-status/index.vue
+++ b/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;
 					}
 				})

--
Gitblit v1.9.3