See999 před 5 roky
rodič
revize
32e4d2bd67

+ 1 - 1
src/xt_pages/dialysis/template/DialysisPrintOrderTwentyOne.vue Zobrazit soubor

@@ -352,7 +352,7 @@
352 352
                             <td width="70">透前体重:</td>
353 353
                             <td width="50">
354 354
                                 <div class="under-line">
355
-                                    &nbsp;{{ predialysis.weight_before ? (predialysis.weight_before - predialysis.additional_weight) : "" }}
355
+                                    &nbsp;{{ predialysis.weight_before ? parseFloat(predialysis.weight_before - predialysis.additional_weight).toFixed(2) : "" }}
356 356
                                 </div>
357 357
                             </td>
358 358
                             <td width="20">Kg</td>