From a147055d907ee86c292556ee02cf47e41ce36f12 Mon Sep 17 00:00:00 2001 From: tianyongbao Date: Wed, 5 Feb 2025 16:54:14 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=81=A5=E5=BA=B7=E7=AE=A1=E7=90=86?= =?UTF-8?q?=E7=B3=BB=E7=BB=9F=EF=BC=8C=E6=96=B0=E5=A2=9E=E5=90=83=E5=A5=B6?= =?UTF-8?q?=E9=87=8F=E7=BB=9F=E8=AE=A1=E5=8A=9F=E8=83=BD=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/health/statisticAnalysis.js | 8 + .../health/milkPowderStatistic/index.vue | 592 ++++++++++++++++++ 2 files changed, 600 insertions(+) create mode 100644 src/views/health/milkPowderStatistic/index.vue diff --git a/src/api/health/statisticAnalysis.js b/src/api/health/statisticAnalysis.js index cd24c67..797be1b 100644 --- a/src/api/health/statisticAnalysis.js +++ b/src/api/health/statisticAnalysis.js @@ -39,3 +39,11 @@ export function getDoctorAnalysis(query) { params: query }) } + +export function getMilkPowderAnalysis(query) { + return request({ + url: '/health/analysis/milkPowderAnalysis', + method: 'get', + params: query + }) +} diff --git a/src/views/health/milkPowderStatistic/index.vue b/src/views/health/milkPowderStatistic/index.vue new file mode 100644 index 0000000..377ad97 --- /dev/null +++ b/src/views/health/milkPowderStatistic/index.vue @@ -0,0 +1,592 @@ + + +