XMLWAN 4 年 前
コミット
8c7d8e3cd0
共有1 個のファイルを変更した9 個の追加3 個の削除を含む
  1. 9 3
      src/xt_pages/dialysis/template/DialysisPrintOrderTwentyFour.vue

+ 9 - 3
src/xt_pages/dialysis/template/DialysisPrintOrderTwentyFour.vue ファイルの表示

559
                 <table class="table-box">
559
                 <table class="table-box">
560
                     <tbody>
560
                     <tbody>
561
                         <tr>
561
                         <tr>
562
-                            <td width='110'>透析频率(次/周)</td>
562
+                            <td width='120'>透析频率(次/周)</td>
563
                             <td width='50'>
563
                             <td width='50'>
564
                                 <div class="under-line">
564
                                 <div class="under-line">
565
                                     &nbsp;{{ predialysis.dialysis_count ? predialysis.dialysis_count : "" }}
565
                                     &nbsp;{{ predialysis.dialysis_count ? predialysis.dialysis_count : "" }}
583
                             </td>
583
                             </td>
584
                             <td width='20'></td>
584
                             <td width='20'></td>
585
                             <td width='80'>灌流器</td>
585
                             <td width='80'>灌流器</td>
586
-                            <td width='120'>
586
+                            <td width='100'>
587
                                 <div class="under-line">
587
                                 <div class="under-line">
588
                                     &nbsp;{{ prescription.dialyzer_perfusion_apparatus ? getDialyzerPerfusionApparatus(prescription.dialyzer_perfusion_apparatus,'灌流器') : '' }}
588
                                     &nbsp;{{ prescription.dialyzer_perfusion_apparatus ? getDialyzerPerfusionApparatus(prescription.dialyzer_perfusion_apparatus,'灌流器') : '' }}
589
                                 </div>
589
                                 </div>
590
                             </td>
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
                         </tr>
598
                         </tr>
593
                     </tbody>
599
                     </tbody>
594
                 </table>
600
                 </table>