diff --git a/src/api/health/chronicDisease.js b/src/api/health/chronicDisease.js
index fa73f16..a0cc44c 100644
--- a/src/api/health/chronicDisease.js
+++ b/src/api/health/chronicDisease.js
@@ -10,9 +10,9 @@ export function listChronicDisease(query) {
}
// 根据成员ID查询慢性疾病档案列表
-export function listChronicDiseaseByMember(memberId) {
+export function listChronicDiseaseByMember(personId) {
return request({
- url: '/health/chronicDisease/listByMember/' + memberId,
+ url: '/health/chronicDisease/listByPerson/' + personId,
method: 'get'
})
}
@@ -49,4 +49,4 @@ export function delChronicDisease(id) {
url: '/health/chronicDisease/' + id,
method: 'delete'
})
-}
\ No newline at end of file
+}
diff --git a/src/views/health/medicationPlan/index.vue b/src/views/health/medicationPlan/index.vue
index 22353c4..5b3319c 100644
--- a/src/views/health/medicationPlan/index.vue
+++ b/src/views/health/medicationPlan/index.vue
@@ -45,14 +45,10 @@
-
- {{ scope.row.shortName }}-{{ scope.row.brand }}
-
+ {{ scope.row.shortName }}-{{ scope.row.brand }}
-
- {{ scope.row.dosage }}{{ scope.row.dosageUnit }} × {{ scope.row.frequency }}次/日
-
+ {{ scope.row.dosage }}{{ scope.row.dosageUnit }} × {{ scope.row.frequency }}次/日
@@ -71,9 +67,7 @@
-
- {{ scope.row.todayTakenCount || 0 }}/{{ scope.row.todayTotalCount || 0 }}
-
+ {{ scope.row.todayTakenCount || 0 }}/{{ scope.row.todayTotalCount || 0 }}
--
@@ -130,30 +124,35 @@
-
+
+
+
+
+
+
-
-
+
+
-
-
-
-
-
-
+
+
+
+
+
+
-
+
{{ time }}
@@ -165,11 +164,11 @@
-
-
+
+
-
-
+
+
分钟
@@ -187,20 +186,27 @@
\ No newline at end of file
+