XMLWAN 4 years ago
parent
commit
8c7d8e3cd0
1 changed files with 9 additions and 3 deletions
  1. 9 3
      src/xt_pages/dialysis/template/DialysisPrintOrderTwentyFour.vue

+ 9 - 3
src/xt_pages/dialysis/template/DialysisPrintOrderTwentyFour.vue View File

@@ -559,7 +559,7 @@
559 559
                 <table class="table-box">
560 560
                     <tbody>
561 561
                         <tr>
562
-                            <td width='110'>透析频率(次/周)</td>
562
+                            <td width='120'>透析频率(次/周)</td>
563 563
                             <td width='50'>
564 564
                                 <div class="under-line">
565 565
                                     &nbsp;{{ predialysis.dialysis_count ? predialysis.dialysis_count : "" }}
@@ -583,12 +583,18 @@
583 583
                             </td>
584 584
                             <td width='20'></td>
585 585
                             <td width='80'>灌流器</td>
586
-                            <td width='120'>
586
+                            <td width='100'>
587 587
                                 <div class="under-line">
588 588
                                     &nbsp;{{ prescription.dialyzer_perfusion_apparatus ? getDialyzerPerfusionApparatus(prescription.dialyzer_perfusion_apparatus,'灌流器') : '' }}
589 589
                                 </div>
590 590
                             </td>
591
-                            <td></td>
591
+                            <td width='70'>置换速度</td>
592
+                            <td width='90'>
593
+                                <div class="under-line">
594
+                                    &nbsp;{{ prescription.displace_speed ? prescription.displace_speed:'' }}
595
+                                </div>
596
+                            </td>
597
+                            
592 598
                         </tr>
593 599
                     </tbody>
594 600
                 </table>