From 82e41eefdb46db65f7fc4a6bb1b3009b1cf3ced3 Mon Sep 17 00:00:00 2001 From: sjl <1716605279@qq.com> Date: Thu, 11 Sep 2025 08:46:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B1=A1=E6=9F=93=E5=80=BC=E6=8A=A5=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/mqtt.ts | 2 +- .../model/components/harmonicImpedance.vue | 59 +++ .../model/components/harmonicSources.vue | 80 ++++ src/views/pqs/database/model/index.vue | 37 ++ .../detailed/pollutionReport/index.vue | 453 ++++++++++++++++++ 5 files changed, 630 insertions(+), 1 deletion(-) create mode 100644 src/views/pqs/database/model/components/harmonicImpedance.vue create mode 100644 src/views/pqs/database/model/components/harmonicSources.vue create mode 100644 src/views/pqs/database/model/index.vue create mode 100644 src/views/pqs/harmonicMonitoring/detailed/pollutionReport/index.vue diff --git a/src/utils/mqtt.ts b/src/utils/mqtt.ts index ce98b12f..a290548b 100644 --- a/src/utils/mqtt.ts +++ b/src/utils/mqtt.ts @@ -1,5 +1,5 @@ import type { MqttClient, OnMessageCallback, IClientOptions, IClientSubscribeOptions } from 'mqtt' -import mqtt from 'mqtt' +//import mqtt from 'mqtt' interface MQTTOptions { protocolId?: string diff --git a/src/views/pqs/database/model/components/harmonicImpedance.vue b/src/views/pqs/database/model/components/harmonicImpedance.vue new file mode 100644 index 00000000..7cc6537d --- /dev/null +++ b/src/views/pqs/database/model/components/harmonicImpedance.vue @@ -0,0 +1,59 @@ + + + + + + + + + + + + + + diff --git a/src/views/pqs/database/model/components/harmonicSources.vue b/src/views/pqs/database/model/components/harmonicSources.vue new file mode 100644 index 00000000..bcc8afd6 --- /dev/null +++ b/src/views/pqs/database/model/components/harmonicSources.vue @@ -0,0 +1,80 @@ + + + + + + + + + + + + + + diff --git a/src/views/pqs/database/model/index.vue b/src/views/pqs/database/model/index.vue new file mode 100644 index 00000000..c4413a8c --- /dev/null +++ b/src/views/pqs/database/model/index.vue @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + diff --git a/src/views/pqs/harmonicMonitoring/detailed/pollutionReport/index.vue b/src/views/pqs/harmonicMonitoring/detailed/pollutionReport/index.vue new file mode 100644 index 00000000..6ad2198e --- /dev/null +++ b/src/views/pqs/harmonicMonitoring/detailed/pollutionReport/index.vue @@ -0,0 +1,453 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 导出 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file