diff --git a/src/views/customerOrg/patientRegisterImport.vue b/src/views/customerOrg/patientRegisterImport.vue
index 0bdf298..9762b25 100644
--- a/src/views/customerOrg/patientRegisterImport.vue
+++ b/src/views/customerOrg/patientRegisterImport.vue
@@ -11,15 +11,46 @@
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+ {{ dddw(dict.sex, "id", scope.row.sexId, "displayName") }}
+
+
+
+
+ {{ scope.row.birthDate ? moment(new Date(scope.row.birthDate)).format('yyyy-MM-DD'):'' }}
+
+
+
+
+
+
+
+
+
+
+ {{ scope.row.birthDate ? moment(new Date(scope.row.creationTime)).format('yyyy-MM-DD'):'' }}
+
+
+
@@ -304,14 +335,21 @@
- {{ moment(new Date(scope.row.birthDate)).format('yyyy-MM-DD') }}
+ {{ scope.row.birthDate ? moment(new Date(scope.row.birthDate)).format('yyyy-MM-DD'):'' }}
-
+
+
+
+
+ {{ scope.row.birthDate ? moment(new Date(scope.row.creationTime)).format('yyyy-MM-DD'):'' }}
+
+
+
-
- 保存
-
-
-
+
+
-
+
+
+ {{ dddw(organization,'id',scope.row.organizationUnitId,'displayName')}}
@@ -98,6 +71,33 @@
+
@@ -106,7 +106,7 @@