浏览代码

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

csx 3 年前
父节点
当前提交
9b8ebd3bf2
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/xt_pages/outpatientCharges/statementTemplate/printThree.vue

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

@@ -92,7 +92,7 @@
92 92
 
93 93
                           </div>
94 94
                           <div style="display:flex;flez-wrap:wrap;font-size:16px;">
95
-                              <div style="width:33%;">个人支付金额:{{info.psn_pay?info.psn_pay:0}}元</div>
95
+                              <div style="width:33%;">个人支付金额:{{ info.psn_pay?info.psn_pay:0 }}元</div>
96 96
                               <div style="width:33%;">个人账户金额:{{info.balc}}元</div>
97 97
                           </div>
98 98
                       </td>