|
@@ -219,14 +219,14 @@
|
219
|
219
|
</el-table-column>
|
220
|
220
|
<el-table-column label="透析器/灌流器" min-width="100" align="center">
|
221
|
221
|
<template slot-scope="scope">
|
222
|
|
- <span v-if="org_id!=9987&&org_id!=10131&&org_id!=10215">
|
|
222
|
+ <span v-if="org_id!=9987&&org_id!=10131&&org_id!=10215 &&org_id!=10233 ">
|
223
|
223
|
<span v-if="scope.row.prescription.dialyzer_perfusion_apparatus!=''">
|
224
|
224
|
<span>{{ scope.row.prescription.dialyzer_perfusion_apparatus }}</span>
|
225
|
225
|
</span>
|
226
|
226
|
|
227
|
227
|
<span v-if="scope.row.prescription.dialyzer_perfusion_apparatus==''&& scope.row.dialysissolution.id > 0 ">{{getDialysisDialyszerPerfusion(scope.row.patient_id)}}</span>
|
228
|
228
|
</span>
|
229
|
|
- <span v-if="org_id==10131 || org_id == 10215">{{getDialysisDialyszerPerfusionOne(scope.row.patient_id,scope.row.mode_id,scope.row.solution)}}</span>
|
|
229
|
+ <span v-if="org_id==10131 || org_id == 10215 || org_id == 10233">{{getDialysisDialyszerPerfusionOne(scope.row.patient_id,scope.row.mode_id,scope.row.solution)}}</span>
|
230
|
230
|
{{scope.row.prescription.dialysis_dialyszers}}
|
231
|
231
|
<span v-if="scope.row.prescription.dialysis_dialyszers!='' && scope.row.prescription.dialysis_irrigation!=''">/</span>
|
232
|
232
|
<span v-if="scope.row.prescription.dialysis_irrigation!=''">{{scope.row.prescription.dialysis_irrigation}}</span>
|