diff --git a/imt-ui/src/views/system/equip/equipInfo/index.vue b/imt-ui/src/views/system/equip/equipInfo/index.vue
index 39645d3..b002503 100644
--- a/imt-ui/src/views/system/equip/equipInfo/index.vue
+++ b/imt-ui/src/views/system/equip/equipInfo/index.vue
@@ -226,11 +226,19 @@
设备详情
+ 监控数据看板
+
@@ -302,8 +310,14 @@ export default {
});
},
methods: {
- goNoticeBoard(){
- this.$router.push({ path: "/equip/equipdashboard"});
+ goNoticeBoard() {
+ this.$router.push({ path: "/equip/equipdashboard" });
+ },
+ handleToDataDash(equipId) {
+ this.$router.push({
+ path: "/equip/datadashboard",
+ query: { equipId: equipId },
+ });
},
handleDetails(equipId) {
this.$router.push({