Explorar el Código

检验结果参考范围优化

lighter hace 6 meses
padre
commit
0d26e9f0d8
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      src/views/examination/component/JyResult.vue

+ 2 - 2
src/views/examination/component/JyResult.vue

@@ -54,7 +54,7 @@
           <div style="width: 16.66%">
             <span v-html="getItemAlert(item.itmAlert, item.itmStrValue, item.itmValue)"></span>
           </div>
-          <div style="width: 20%">{{ item.range }}</div>
+          <div style="width: 20%">{{ item.range || item.ranGeStr}}</div>
         </div>
       </div>
       <div style="display: inline-block; width: 49.7%; vertical-align: top">
@@ -82,7 +82,7 @@
           <div style="width: 16.66%">
             <span v-html="getItemAlert(item.itmAlert, item.itmStrValue, item.itmValue)"></span>
           </div>
-          <div style="width: 20%">{{ item.range }}</div>
+          <div style="width: 20%">{{ item.range || item.ranGeStr }}</div>
         </div>
       </div>
     </div>