From 7bf0537b445a71b31655a3d1e7824d03c0ea1ca9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BE=89?= <814457906@qq.com> Date: Fri, 12 Apr 2024 15:51:45 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/manage/Auditing/index.vue | 43 ++++++++++++++++------------- 1 file changed, 24 insertions(+), 19 deletions(-) diff --git a/src/views/manage/Auditing/index.vue b/src/views/manage/Auditing/index.vue index f77e019..53c66f0 100644 --- a/src/views/manage/Auditing/index.vue +++ b/src/views/manage/Auditing/index.vue @@ -7,17 +7,19 @@
- - -
- {{ list.patientName ? list.patientName : '' }} -
-
- {{ list.sex == 'MALE' ? "男" : '' }} - {{ list.sex == 'FEMALE' ? "女" : '' }} - - | - {{ list.age }}岁 +
+ + +
+ {{ list.patientName ? list.patientName : '' }} +
+
+ {{ list.sex == 'MALE' ? "男" : '' }} + {{ list.sex == 'FEMALE' ? "女" : '' }} + + | + {{ list.age }}岁 +
@@ -64,20 +66,21 @@ 就诊时间: {{ list.dischargeTime }}
- + {{ list.mainDiagnosis }} - + {{ list.surgicalName }}
{{ list.inHospitalInfo }}
- +
{{ list.surgicalRecord }}
- +
{{ list.outHospitalInfo }}
@@ -250,11 +253,13 @@ export default { } } - .name {} + .name { + padding: 0 6px; + } - .genderandage {} - - .time {} + .genderandage { + padding: 0 6px; + } .headsculpture { width: 35px;