From ff7d36077b4fc7a78e4d5579c6a500bf1440c41e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=93=E6=B4=81?= <209192278@qq.com> Date: Mon, 8 Jan 2024 11:30:44 +0800 Subject: [PATCH] =?UTF-8?q?=E9=82=93=E6=B4=81:=20=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E7=BB=86=E8=8A=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 2 +- src/components/content/fanInfo/FanInfo.vue | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index b93d434..9af6336 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ - Tunnel Cloud + 地下复杂洞群智能通风控制系统
diff --git a/src/components/content/fanInfo/FanInfo.vue b/src/components/content/fanInfo/FanInfo.vue index 126df2c..c2c485b 100644 --- a/src/components/content/fanInfo/FanInfo.vue +++ b/src/components/content/fanInfo/FanInfo.vue @@ -403,6 +403,11 @@ const initChart = (type, valueA,valueB,valueC) => {
${params[0].name}
${params[0].value}
+
${params[1].name}
+
${params[1].value}
+
${params[2].name}
+
${params[2].value}
+
`; return content; },