|
@@ -72,7 +72,7 @@
|
72
|
72
|
type="primary" @click="export_detail_ten_two">报表下载3
|
73
|
73
|
</el-button>
|
74
|
74
|
|
75
|
|
-
|
|
75
|
+
|
76
|
76
|
</div>
|
77
|
77
|
</div>
|
78
|
78
|
|
|
@@ -222,10 +222,10 @@
|
222
|
222
|
|
223
|
223
|
<el-table-column align="center" width="60" prop="name" label="收费类型">
|
224
|
224
|
<template slot-scope="scope">
|
225
|
|
- <div v-if="scope.row.his_patient.balance_accounts_type != 2">
|
|
225
|
+ <div v-if="scope.row.is_medicine_insurance == 1">
|
226
|
226
|
医保
|
227
|
227
|
</div>
|
228
|
|
- <div v-if="scope.row.his_patient.balance_accounts_type == 2">
|
|
228
|
+ <div v-if="scope.row.is_medicine_insurance != 1">
|
229
|
229
|
自费
|
230
|
230
|
</div>
|
231
|
231
|
</template>
|