创建时间
审核时间
预约时间
查询
重置
新增
{{
desensitize(
scope.row.patient_name,
1,
0,
scope.row.patient_name.length
)
}}
{{
patientSexList.find((i) => i.value == scope.row.patient_sex)
.label || "-"
}}
{{ scope.row.patient_age }}
{{
patientAgeTypeList.find(
(i) => i.value == scope.row.patient_age_type
).label || "-"
}}
{{ scope.row.date_time }} {{ scope.row.time_section }}
{{ scope.row.positions.map((item) => item.level2.name).join("|") }}
{{
patientTypeList.find((i) => i.value == scope.row.patient_type)
.label || "-"
}}
{{
negativeList.find((i) => i.value == scope.row.negative).label || "-"
}}
{{ scope.row.exam_rooms.map((item) => item.name).join(", ") || "-" }}
{{ statusList.find((i) => i.value == scope.row.status).label || "-" }}
{{ item.name }}
{{ item.username }}