diff --git a/src/api/health/statisticAnalysis.js b/src/api/health/statisticAnalysis.js index 2b39859..2ede0b0 100644 --- a/src/api/health/statisticAnalysis.js +++ b/src/api/health/statisticAnalysis.js @@ -15,3 +15,11 @@ export function getTemperatureAnalysis(query) { params: query }) } + +export function getHealthAnalysis(query) { + return request({ + url: '/health/analysis/healthAnalysis', + method: 'get', + params: query + }) +} diff --git a/src/views/health/healthAnalysis/index.vue b/src/views/health/healthAnalysis/index.vue index 368c314..3f107b7 100644 --- a/src/views/health/healthAnalysis/index.vue +++ b/src/views/health/healthAnalysis/index.vue @@ -6,28 +6,28 @@
成员总数
-
{{ 0 }}
+
{{ personCount }}
档案总数
-
{{ 0 }}
+
{{ healthRecordCount }}
活动次数
-
{{ 0 }}
+
{{ activityCount }}
就医次数
-
{{ investBalance }}
+
{{ doctorCount }}
@@ -36,28 +36,28 @@
医院数量
-
{{ unClearedOnlineDebt }}
+
{{ hospitalCount }}
大夫数量
-
{{ peopleLendHistory }}
+
{{ doctorTotalCount }}
用药次数
-
{{ creditBalance }}
+
{{ marCount }}
用药种类
-
{{ investBalance }}
+
{{ medicalTypeCount }}
@@ -66,28 +66,28 @@
测量体温次数
-
{{ unClearedOnlineDebt }}
+
{{ temperatureTotalCount }}
低烧次数(36.9~37.5℃)
-
{{ peopleLendHistory }}
+
{{ lowerTempCount }}
中烧次数(37.5~38.5℃)
-
{{ creditBalance }}
+
{{ middleTempCount }}
高烧次数(>=38.5℃)
-
{{ investBalance }}
+
{{ higherTempCount }}
@@ -97,28 +97,28 @@
档案份数
-
{{ debitICount }}
+
{{ 0 }}
就医次数
-
{{ debitIICount }}
+
{{ 0 }}
总费用
-
{{ debitOnlineCount }}
+
{{ 0 }}
医院数量
-
{{ storedValueCardCount }}
+
{{ 0 }}
@@ -127,28 +127,28 @@
大夫数量
-
{{ otherDebitCount }}
+
{{ 0 }}
用药次数
-
{{ debitTotalBalance }}
+
{{ 0 }}
用药种类
-
{{ debitBalance }}
+
{{ 0 }}
高烧天数(>=38.5℃)
-
{{ debitOnlineBalance }}
+
{{ 0 }}
@@ -157,217 +157,41 @@