口腔感觉{{ getMultiLabels(appetiteOptions, savedPrescription.case_record.appetite) }}
每日饮水量{{ getDictLabel(waterIntakeOptions, savedPrescription.case_record.water_intake) || '—' }}
体重变化{{ getDictLabel(weightChangeOptions, savedPrescription.case_record.weight_change) || '—' }}
脂肪肝程度{{ getDictLabel(fattyLiverDegreeOptions, savedPrescription.case_record.fatty_liver_degree) || '—' }}
饮食情况{{ getMultiLabels(dietConditionOptions, savedPrescription.case_record.diet_condition) }}
肢体感觉{{ getMultiLabels(bodyFeelingOptions, savedPrescription.case_record.body_feeling) }}
睡眠情况{{ getMultiLabels(sleepConditionOptions, savedPrescription.case_record.sleep_condition) }}
眼睛情况{{ getMultiLabels(eyeConditionOptions, savedPrescription.case_record.eye_condition) }}
头部感觉{{ getMultiLabels(headFeelingOptions, savedPrescription.case_record.head_feeling) }}
出汗情况{{ getMultiLabels(sweatConditionOptions, savedPrescription.case_record.sweat_condition) }}
皮肤情况{{ getMultiLabels(skinConditionOptions, savedPrescription.case_record.skin_condition) }}
小便情况{{ getMultiLabels(urineConditionOptions, savedPrescription.case_record.urine_condition) }}
大便情况{{ getMultiLabels(stoolConditionOptions, savedPrescription.case_record.stool_condition) }}
腰肾情况{{ getMultiLabels(kidneyConditionOptions, savedPrescription.case_record.kidney_condition) }}
其他补充{{ savedPrescription.case_record.symptoms || '—' }}