电话
{{ patientInfo.phone ==''||patientInfo.phone ==null ?'—':patientInfo.phone}}
身高
{{ patientInfo.height ==''||patientInfo.height ==null ?'—':patientInfo.height}}cm
体重
{{ patientInfo.weight ==''||patientInfo.weight ==null ?'—':patientInfo.weight}}kg
鞋码
{{ patientInfo.shoe_size ==''||patientInfo.shoe_size ==null ?'—':patientInfo.shoe_size}}码
出生日期
{{ formatDate(patientInfo.birth_date) }}
身高
{{ patientInfo.height ==''||patientInfo.height ==null ?'—':patientInfo.height}}cm
体重
{{ patientInfo.weight ==''||patientInfo.weight ==null ?'—':patientInfo.weight}}kg
鞋码
{{ patientInfo.shoe_size ==''||patientInfo.shoe_size ==null ?'—':patientInfo.shoe_size}}码
电话
{{ patientInfo.phone ==''||patientInfo.phone ==null ?'—':patientInfo.phone}}
民族
{{ patientInfo.nationality ==''||patientInfo.nationality ==null ?'—':patientInfo.nationality}}
身份证号
{{ patientInfo.idcode ==''||patientInfo.idcode ==null ?'—':patientInfo.idcode}}
职业
{{ patientInfo.occupation ==''||patientInfo.occupation ==null ?'—':patientInfo.occupation}}
居住地
{{ patientInfo.residence ==''||patientInfo.residence ==null ?'—':patientInfo.residence}}
邮箱
{{ patientInfo.email ==''||patientInfo.email ==null ?'—':patientInfo.email}}