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;