소스 검색

新式医院打印单

XMLWAN 4 년 전
부모
커밋
9c723458a7
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      src/xt_pages/dialysis/template/DialysisPrintOrderTwentyOne.vue

+ 3 - 3
src/xt_pages/dialysis/template/DialysisPrintOrderTwentyOne.vue 파일 보기

352
                             <td width="70">透前体重:</td>
352
                             <td width="70">透前体重:</td>
353
                             <td width="50">
353
                             <td width="50">
354
                                 <div class="under-line">
354
                                 <div class="under-line">
355
-                                    &nbsp;{{ predialysis.weight_before ? parseFloat(predialysis.weight_before - predialysis.additional_weight).toFixed(2) : "/" }}
355
+                                    &nbsp;{{ predialysis.weight_before ? parseFloat(predialysis.weight_before - predialysis.additional_weight).toFixed(2) : "" }}
356
                                 </div>
356
                                 </div>
357
                             </td>
357
                             </td>
358
                             <td width="20">Kg</td>
358
                             <td width="20">Kg</td>
360
                             <td width="70">透后体重:</td>
360
                             <td width="70">透后体重:</td>
361
                             <td width="50">
361
                             <td width="50">
362
                                 <div class="under-line">
362
                                 <div class="under-line">
363
-                                    &nbsp;{{ afterdialysis.weight_after ? (afterdialysis.weight_after - afterdialysis.additional_weight) : "/" }}
363
+                                    &nbsp;{{ afterdialysis.weight_after ? (afterdialysis.weight_after - afterdialysis.additional_weight) : "" }}
364
                                 </div>
364
                                 </div>
365
                             </td>
365
                             </td>
366
                             <td width="20">Kg</td>
366
                             <td width="20">Kg</td>
717
               &nbsp;{{ monitor.breathing_rate ? monitor.breathing_rate : "" }}
717
               &nbsp;{{ monitor.breathing_rate ? monitor.breathing_rate : "" }}
718
             </td>
718
             </td>
719
             <td>
719
             <td>
720
-              &nbsp;{{ monitor.arterial_pressure ? monitor.arterial_pressure : "/" }}
720
+              &nbsp;{{ monitor.arterial_pressure ? monitor.arterial_pressure : "" }}
721
             </td>
721
             </td>
722
             <td>
722
             <td>
723
               &nbsp;{{ monitor.venous_pressure ? monitor.venous_pressure : "" }}
723
               &nbsp;{{ monitor.venous_pressure ? monitor.venous_pressure : "" }}