|
@@ -124,25 +124,25 @@ c<template>
|
124
|
124
|
<template slot-scope="scope">{{getName(scope.row.creator)}}</template>
|
125
|
125
|
</el-table-column>
|
126
|
126
|
<el-table-column align="center" prop="name" label="定点医药机构医疗费总额(元)">
|
127
|
|
- <template slot-scope="scope">{{scope.row.setl_optins}}</template>
|
|
127
|
+ <template slot-scope="scope">{{scope.row.cost_total}}</template>
|
128
|
128
|
</el-table-column>
|
129
|
129
|
<el-table-column align="center" prop="name" label="医保中心医疗费总额(元)">
|
130
|
130
|
<template slot-scope="scope">{{scope.row.cost_total}}</template>
|
131
|
131
|
</el-table-column>
|
132
|
132
|
<el-table-column align="center" prop="name" label="定点医药机构基金总额(元)">
|
133
|
|
- <template slot-scope="scope">{{scope.row.cost_total}}</template>
|
|
133
|
+ <template slot-scope="scope">{{scope.row.func_total}}</template>
|
134
|
134
|
</el-table-column>
|
135
|
135
|
<el-table-column align="center" prop="name" label="医保中心基金总额(元)">
|
136
|
136
|
<template slot-scope="scope">{{scope.row.func_total}}</template>
|
137
|
137
|
</el-table-column>
|
138
|
138
|
<el-table-column align="center" prop="name" label="定点医药机构个人账号总额(元)">
|
139
|
|
- <template slot-scope="scope">{{scope.row.func_total}}</template>
|
|
139
|
+ <template slot-scope="scope">{{scope.row.psn_pay}}</template>
|
140
|
140
|
</el-table-column>
|
141
|
141
|
<el-table-column align="center" prop="name" label="医保中心个人账号总额(元)">
|
142
|
142
|
<template slot-scope="scope">{{scope.row.psn_pay}}</template>
|
143
|
143
|
</el-table-column>
|
144
|
144
|
<el-table-column align="center" prop="name" label="定点医药机构结算笔数">
|
145
|
|
- <template slot-scope="scope">{{scope.row.psn_pay}}</template>
|
|
145
|
+ <template slot-scope="scope">{{scope.row.num}}</template>
|
146
|
146
|
</el-table-column>
|
147
|
147
|
<el-table-column align="center" prop="name" label="医保中心结算笔数">
|
148
|
148
|
<template slot-scope="scope">{{scope.row.num}}</template>
|