创建时间
审核时间
预约时间
查询
重置
新增
{{
scope.row.patientName
? scope.row.patientName.replace(/^(.).*(.)$/, "$1***$2")
: "-"
}}
{{ genderList.find((i) => i.value == scope.row.gender).label || "-" }}
{{ scope.row.age || "" }}
{{
ageUnitList.find((i) => i.value == scope.row.ageUnit).label || ""
}}
{{ scope.row.customPart || scope.row.checkPart || "-" }}
{{
checkTypeList.find((i) => i.value == scope.row.checkType).label ||
"-"
}}
{{
checkResultList.find((i) => i.value == scope.row.checkResult)
.label || "-"
}}
{{
checkRoomList.find((i) => i.value == scope.row.checkRoom).label ||
"-"
}}
查看
编辑
{{ item.label }}
{{ item.category }}