From ffcaf485f5ee077a88f0a5dd42b6b1062262aec6 Mon Sep 17 00:00:00 2001 From: tianyongbao Date: Wed, 16 Oct 2024 13:04:34 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=8A=9F=E8=83=BD=E4=BC=98=E5=8C=96?= =?UTF-8?q?=EF=BC=8C=E4=BD=93=E6=B8=A9=E7=BB=9F=E8=AE=A1=E4=BB=A3=E7=A0=81?= =?UTF-8?q?=E6=8F=90=E4=BA=A4=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/health/statisticAnalysis.js | 17 + .../health/temperatureStatistic/index.vue | 594 ++++++++++++++++++ 2 files changed, 611 insertions(+) create mode 100644 src/api/health/statisticAnalysis.js create mode 100644 src/views/health/temperatureStatistic/index.vue diff --git a/src/api/health/statisticAnalysis.js b/src/api/health/statisticAnalysis.js new file mode 100644 index 0000000..2b39859 --- /dev/null +++ b/src/api/health/statisticAnalysis.js @@ -0,0 +1,17 @@ +import request from '@/utils/request' + +export function getMarAnalysis(query) { + return request({ + url: '/health/analysis/marAnalysis', + method: 'get', + params: query + }) +} + +export function getTemperatureAnalysis(query) { + return request({ + url: '/health/analysis/temperatureAnalysis', + method: 'get', + params: query + }) +} diff --git a/src/views/health/temperatureStatistic/index.vue b/src/views/health/temperatureStatistic/index.vue new file mode 100644 index 0000000..effb475 --- /dev/null +++ b/src/views/health/temperatureStatistic/index.vue @@ -0,0 +1,594 @@ + + +