From 804d5bc6505cad557f9a2e9004dbae0743902462 Mon Sep 17 00:00:00 2001 From: zhangjunwen Date: Mon, 14 Oct 2024 17:23:41 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9B=91=E6=8E=A7=E6=95=B0=E6=8D=AE=E7=9C=8B?= =?UTF-8?q?=E6=9D=BF=E8=B7=B3=E8=BD=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/system/equip/equipInfo/index.vue | 20 ++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) 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({