浏览代码

Merge branch '20230223_pc_vue_new_branch' of http://git.shengws.com/csx/Vue_New into 20230223_pc_vue_new_branch

28169 1年前
父节点
当前提交
439a311318
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/xt_pages/outpatientCharges/statementTemplate/printFour.vue

+ 1 - 1
src/xt_pages/outpatientCharges/statementTemplate/printFour.vue 查看文件

72
                           </div>
72
                           </div>
73
                           <div class="chargeUl" style="border-top:1px solid #000;">
73
                           <div class="chargeUl" style="border-top:1px solid #000;">
74
                               <p style="width:50%;">记账支付</p>
74
                               <p style="width:50%;">记账支付</p>
75
-                              <p style="width:50%;">{{info.hifp_pay?info.hifp_pay.toFixed(2):0}}元</p>
75
+                              <p style="width:50%;">{{info.fund_pay_sumamt?info.fund_pay_sumamt.toFixed(2):0}}元</p>
76
                           </div>
76
                           </div>
77
                           <div class="chargeUl" style="border-top:1px solid #000;">
77
                           <div class="chargeUl" style="border-top:1px solid #000;">
78
                               <p style="width:50%;">个人账号</p>
78
                               <p style="width:50%;">个人账号</p>