From 3cb9bc0c6ab47b37263c6d3511d1df74e09381d3 Mon Sep 17 00:00:00 2001 From: bianyaqi Date: Wed, 30 Aug 2023 13:58:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E7=A4=BA=E6=A1=86=E9=99=90=E5=88=B6?= =?UTF-8?q?=E6=9C=80=E5=A4=A7=E5=AE=BD=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../360View/medicalRecord/outPatientRecord/diagnosisForm.vue | 2 +- .../360View/medicalRecord/outPatientRecord/historyForm.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/360View/medicalRecord/outPatientRecord/diagnosisForm.vue b/src/components/360View/medicalRecord/outPatientRecord/diagnosisForm.vue index ce2e2f8..13492cd 100644 --- a/src/components/360View/medicalRecord/outPatientRecord/diagnosisForm.vue +++ b/src/components/360View/medicalRecord/outPatientRecord/diagnosisForm.vue @@ -19,7 +19,7 @@
- {{ item }} +
{{ item }}
{{ item }}
更多 diff --git a/src/components/360View/medicalRecord/outPatientRecord/historyForm.vue b/src/components/360View/medicalRecord/outPatientRecord/historyForm.vue index 06b83d0..7985187 100644 --- a/src/components/360View/medicalRecord/outPatientRecord/historyForm.vue +++ b/src/components/360View/medicalRecord/outPatientRecord/historyForm.vue @@ -25,7 +25,7 @@
- {{ item }} +
{{ item }}
{{ item }}
更多