Browse Source

8月16日杨青

杨青 1 year ago
parent
commit
e5caaa991b
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/xt_pages/outpatientCharges/statementTemplate/printeEleven.vue

+ 2 - 2
src/xt_pages/outpatientCharges/statementTemplate/printeEleven.vue View File

@@ -13,8 +13,8 @@
13 13
           <td colspan="2">金额单位:{{info.medfee_sumamt}}元</td>
14 14
         </tr>
15 15
         <tr>
16
-          <td colspan="4">姓名:<!--{{info.patient.name}}--></td>
17
-          <td colspan="4">身份证号:<!--{{info.patient.id_card_no}}--></td>
16
+          <td colspan="4">姓名:{{info.patient.name}}</td>
17
+          <td colspan="4">身份证号:{{info.patient.id_card_no}}</td>
18 18
         </tr>
19 19
         <tr>
20 20
           <td colspan="8">诊断:{{info.diagnosis}}</td>