陈少旭 1 个月前
父节点
当前提交
f949784f2e
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3 1
      src/xt_pages/hospitalStation/batchStatementTemplate/hospitalBatchPrint.vue

+ 3 - 1
src/xt_pages/hospitalStation/batchStatementTemplate/hospitalBatchPrint.vue 查看文件

@@ -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