Browse Source

打印单

huangyw 2 years ago
parent
commit
045489c33f
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/xt_pages/dialysis/template/DialysisPrintOrderFiftyThree.vue

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

1079
         </tbody>
1079
         </tbody>
1080
       </table> -->
1080
       </table> -->
1081
     </div>
1081
     </div>
1082
-    <div style="position: absolute; top: 1380px; left: 50%"></div>
1083
-    <div style="margin-top: 300px;padding-top:50px;">
1082
+    <!-- <div style="position: absolute; top: 1380px; left: 50%"></div> -->
1083
+    <div style="margin-top: 300px;padding-top:50px;" v-if="this.totollength > 20">
1084
       <template v-if="this.totollength > 20">
1084
       <template v-if="this.totollength > 20">
1085
         <div class="dialysis-print-order">
1085
         <div class="dialysis-print-order">
1086
           <div class="order-yy-name">{{ orgname }}</div>
1086
           <div class="order-yy-name">{{ orgname }}</div>
2388
   width: 100%;
2388
   width: 100%;
2389
   text-align: center;
2389
   text-align: center;
2390
   border-collapse: collapse;
2390
   border-collapse: collapse;
2391
-  line-height: 40px;
2391
+  line-height: 39px;
2392
   font-size: 14px;
2392
   font-size: 14px;
2393
 }
2393
 }
2394
 
2394