2 Commits 0100d08912 ... 865eb6b077

Author SHA1 Message Date
  陈少旭 865eb6b077 Merge branch '20230223_pc_vue_new_branch' of http://git.shengws.com/csx/Vue_New into 20230223_pc_vue_new_branch 1 month ago
  陈少旭 f949784f2e 1111 1 month ago

+ 3 - 1
src/xt_pages/hospitalStation/batchStatementTemplate/hospitalBatchPrint.vue View File

@@ -1,6 +1,7 @@
1 1
 <template>
2
+  <div>
2 3
   <div id="statement-print" class="statement-print">
3
-    <div  v-for="(info,index) in infos">
4
+    <div v-for="(info,index) in infos">
4 5
     <div class="statementTitle">广东省社会医疗保险医疗费用结算单</div>
5 6
     <table class="statementTable" border="1">
6 7
       <tr>
@@ -312,6 +313,7 @@
312 313
     </table>
313 314
   </div>
314 315
   </div>
316
+  </div>
315 317
 </template>
316 318
 <script>
317 319