From 0f7b7f1a8e1b72c04d8a32858dea5e40b7f67c9b Mon Sep 17 00:00:00 2001
From: gaoshp <291585735@qq.com>
Date: 星期六, 22 六月 2024 19:23:15 +0800
Subject: [PATCH] 导出
---
src/views/mdc/realtime-status/index.vue | 8 ++++++--
1 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/src/views/mdc/realtime-status/index.vue b/src/views/mdc/realtime-status/index.vue
index ff0f969..da5b03b 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-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;
}
})
--
Gitblit v1.9.3