diff --git a/src/components/patientRegister/PatientRegisterEdit.vue b/src/components/patientRegister/PatientRegisterEdit.vue index 35be8c0..559304a 100644 --- a/src/components/patientRegister/PatientRegisterEdit.vue +++ b/src/components/patientRegister/PatientRegisterEdit.vue @@ -565,55 +565,55 @@ class="el-table__body-wrapper tbody" highlight-current-row @row-click="rowick" @row-dblclick="patientDblclick" ref="patientList"> - - - + + + {{ scope.row.customerOrgName == scope.row.departmentName ? '':scope.row.departmentName }} - + {{ moment(scope.row.lastTime).format("yyyy-MM-DD") }} - - - + + + {{ dddw(dict.sex, "id", scope.row.sexId, "displayName") }} - + {{ dddw(dict.maritalStatus, "id", scope.row.maritalStatusId, "displayName") }} - + {{ moment(scope.row.birthDate).format("yyyy-MM-DD") }} - + {{ dddw(dict.nation, "id", scope.row.nationId, "displayName") }} - - - + + + 取消