|
@@ -91,6 +91,21 @@
|
91
|
91
|
<el-table-column align="center" prop="item_name" label="个人支付金额">
|
92
|
92
|
<template slot-scope="scope">{{scope.row.psn_cash_pay.toFixed(2)}}</template>
|
93
|
93
|
</el-table-column>
|
|
94
|
+ <el-table-column align="center" prop="item_name" label="基金统筹金额">
|
|
95
|
+ <template slot-scope="scope">{{scope.row.hifp_pay.toFixed(2)}}</template>
|
|
96
|
+ </el-table-column>
|
|
97
|
+
|
|
98
|
+ <el-table-column align="center" prop="item_name" label="大额基金支付">
|
|
99
|
+ <template slot-scope="scope">{{scope.row.hifob_pay.toFixed(2)}}</template>
|
|
100
|
+ </el-table-column>
|
|
101
|
+
|
|
102
|
+ <el-table-column align="center" prop="item_name" label="大病基金支付">
|
|
103
|
+ <template slot-scope="scope">{{scope.row.hifmi_pay.toFixed(2)}}</template>
|
|
104
|
+ </el-table-column>
|
|
105
|
+
|
|
106
|
+ <el-table-column align="center" prop="item_name" label="医疗救助基金">
|
|
107
|
+ <template slot-scope="scope">{{scope.row.maf_pay.toFixed(2)}}</template>
|
|
108
|
+ </el-table-column>
|
94
|
109
|
|
95
|
110
|
<el-table-column align="center" prop="item_name" label="企业补充医疗保险基金支出">
|
96
|
111
|
<template slot-scope="scope">{{scope.row.hifes_pay.toFixed(2)}}</template>
|
|
@@ -101,6 +116,8 @@
|
101
|
116
|
<template slot-scope="scope">{{scope.row.hifmi_pay.toFixed(2)}}</template>
|
102
|
117
|
</el-table-column>
|
103
|
118
|
|
|
119
|
+
|
|
120
|
+
|
104
|
121
|
<el-table-column align="center" prop="total" label="费用总额">
|
105
|
122
|
<template slot-scope="scope">
|
106
|
123
|
<div>{{scope.row.total.toFixed(2)}}</div>
|