浏览代码

11月25日,年龄

yq1 12 小时前
父节点
当前提交
c7fb0bf36b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/pages/main/PatientBox.vue

+ 1 - 1
src/pages/main/PatientBox.vue 查看文件

@@ -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">