体检单位:
{{ item.displayName }}
单位体检次数:
{{ dddw(dict.forSex, "id", scope.row.forSexId, "displayName") }}
{{
dddw(
dict.forMaritalStatus,
"id",
scope.row.maritalStatusId,
"displayName"
)
}}
{{ scope.row.creationTime ? moment(scope.row.creationTime).format("yyyy-MM-DD HH:mm:ss") : "" }}