see999 il y a 3 ans
Parent
révision
d590e1f6ad
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      src/xt_pages/hospitalStation/statementPrint.vue

+ 2 - 2
src/xt_pages/hospitalStation/statementPrint.vue Voir le fichier

@@ -13,8 +13,8 @@
13 13
       </template>
14 14
 
15 15
       <div class='dialysisPage' style="padding-top:40px;">
16
-        <printOne :info="info" v-if="org_id != 9990"></printOne>
17
-        <printTwo  :info="info" v-if="org_id == 9990"></printTwo>
16
+        <printOne :info="info"></printOne>
17
+        <!-- <printTwo  :info="info" v-if="org_id == 9990"></printTwo> -->
18 18
       </div>
19 19
   </div>
20 20
 </template>