|
@@ -56,7 +56,7 @@
|
56
|
56
|
<span v-if="patient.patient.is_infectious==2" style="color:red">{{ patient.patient.name }}</span>
|
57
|
57
|
<span v-if="patient.patient.is_infectious!=2">{{ patient.patient.name }}</span>
|
58
|
58
|
<span class="num"
|
59
|
|
- >{{ genderText(patient) }} | {{ age(patient) }}岁</span
|
|
59
|
+ >{{ genderText(patient) }} | {{ age(patient)>200 ? patient.patient.age : age(patient) }}岁</span
|
60
|
60
|
>
|
61
|
61
|
</h3>
|
62
|
62
|
<div class="difficult" v-if="patient.patient.troble_shoot == 1">
|