diff --git a/src/assets/scss/main.scss b/src/assets/scss/main.scss
index 56fd8e2..99f88d0 100644
--- a/src/assets/scss/main.scss
+++ b/src/assets/scss/main.scss
@@ -92,4 +92,3 @@ body {
.clear-margin {
margin: 0;
}
-
diff --git a/src/components/outpatient/Case.vue b/src/components/outpatient/Case.vue
index 89816fd..a96aa60 100644
--- a/src/components/outpatient/Case.vue
+++ b/src/components/outpatient/Case.vue
@@ -13,51 +13,7 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -144,6 +100,6 @@ const diagnosisSelect = (list: any) => {
}
.container {
- margin-left: 20px;
+ margin: 24px;
}
\ No newline at end of file
diff --git a/src/components/outpatient/MedicalHistory.vue b/src/components/outpatient/MedicalHistory.vue
index 2cf8f39..ddd7e35 100644
--- a/src/components/outpatient/MedicalHistory.vue
+++ b/src/components/outpatient/MedicalHistory.vue
@@ -9,10 +9,10 @@
- {{ item.diagnosisSummary }}
+ {{ item.diagnosisMedicalRecord.diagnosisSummary }}
diff --git a/src/components/outpatient/MedicalQueue.vue b/src/components/outpatient/MedicalQueue.vue
index 95a1fee..f98e532 100644
--- a/src/components/outpatient/MedicalQueue.vue
+++ b/src/components/outpatient/MedicalQueue.vue
@@ -131,7 +131,6 @@ watch(() => props.status, () => {