浏览代码

8月5,项目消费明细汇总详情

yq1 8 个月前
父节点
当前提交
629bca9856
共有 1 个文件被更改,包括 7 次插入7 次删除
  1. 7 7
      src/xt_pages/outpatientCharges/summaryDetail.vue

+ 7 - 7
src/xt_pages/outpatientCharges/summaryDetail.vue 查看文件

@@ -106,13 +106,13 @@
106 106
           </ul>
107 107
           <p class="centerRightTitle" style="margin-top:10px;">收费信息</p>
108 108
           <ul >
109
-            <li style="width:30%;">医疗费总额:{{order.medfee_sumamt.toFixed(2) }}元</li>
110
-            <li style="width:30%;">基金支付总额:{{order.fund_pay_sumamt.toFixed(2)}}元</li>
111
-            <li style="width:30%;">基本医疗保险统筹基金支出:{{order.hifp_pay}}元</li>
112
-            <li style="width:30%;">医疗救助基金支出:{{order.maf_pay.toFixed(2)}}元</li>
113
-            <li style="width:30%;">个人账户支付金额:{{ order.acct_pay}}</li>
114
-            <li v-if="this.hisPatientInfo.balance_accounts_type == 2" style="width:30%;">个人支付金额:{{order.medfee_sumamt.toFixed(2) }}元</li>
115
-            <li v-else="this.hisPatientInfo.balance_accounts_type == 2" style="width:30%;">个人支付金额:{{order.psn_cash_pay.toFixed(2)}}元</li>
109
+            <li style="width:90%;line-height: 25px;">医疗费总额:{{order.medfee_sumamt.toFixed(2) }}元</li>
110
+            <li style="width:90%;line-height: 25px;">基金支付总额:{{order.fund_pay_sumamt.toFixed(2)}}元</li>
111
+            <li style="width:90%;line-height: 25px;">基本医疗保险统筹基金支出:{{order.hifp_pay}}元</li>
112
+            <li style="width:90%;line-height: 25px;">医疗救助基金支出:{{order.maf_pay.toFixed(2)}}元</li>
113
+            <li style="width:90%;line-height: 25px;">个人账户支付金额:{{ order.acct_pay}}</li>
114
+            <li v-if="this.hisPatientInfo.balance_accounts_type == 2" style="width:90%;line-height: 25px;">个人支付金额:{{order.medfee_sumamt.toFixed(2) }}元</li>
115
+            <li v-else="this.hisPatientInfo.balance_accounts_type == 2" style="width:90%;line-height: 25px;">个人支付金额:{{order.psn_cash_pay.toFixed(2)}}元</li>
116 116
           </ul>
117 117
 
118 118
         </div>