Browse Source

Merge branch '20200916_pc_vue_new_branch' of http://git.shengws.com/csx/Vue_New into 20200916_pc_vue_new_branch

XMLWAN 4 years ago
parent
commit
6d59a2bd73
1 changed files with 2 additions and 10 deletions
  1. 2 10
      src/xt_pages/dialysis/template/DialysisPrintOrderTwentyFive.vue

+ 2 - 10
src/xt_pages/dialysis/template/DialysisPrintOrderTwentyFive.vue View File

@@ -875,14 +875,6 @@
875 875
                   </td>
876 876
                   <td width="20">Kg</td>
877 877
                   <td width="20"></td>
878
-                  <td width="70">体重下降:</td>
879
-                  <td width="50">
880
-                    <div class="under-line">
881
-                      &nbsp;{{ afterdialysis.weight_loss ? afterdialysis.weight_loss : "/" }}
882
-                    </div>
883
-                  </td>
884
-                  <td width="20">Kg</td>
885
-                  <td width="20"></td>
886 878
                   <td width="90">实际超滤总量</td>
887 879
                   <td width="40">
888 880
                     <div class="under-line">
@@ -908,12 +900,12 @@
908 900
                 </tr>
909 901
                 </tbody>
910 902
               </table>
911
-              <table class="table-box">
903
+              <table class="table-box" style="padding-bottom:20px;">
912 904
                 <tbody>
913 905
                 <tr>
914 906
                   <td width="70">透析小结:</td>
915 907
                   <td style="text-align:left;">
916
-                    <span>{{ summary.dialysis_summary ? summary.dialysis_summary : "" }}</span>
908
+                    <span>&nbsp;{{ summary.dialysis_summary ? summary.dialysis_summary : "" }}</span>
917 909
                   </td>
918 910
                 </tr>
919 911
                 </tbody>