|
@@ -292,12 +292,12 @@
|
292
|
292
|
{{ afterdialysis.actual_ultrafiltration ? afterdialysis.actual_ultrafiltration : " " }}
|
293
|
293
|
</div>ml
|
294
|
294
|
</div>
|
295
|
|
- <!-- <div class="inline_block" style="margin-right:30px;">
|
|
295
|
+ <div class="inline_block" style="margin-right:30px;" v-if="org_id !=10727">
|
296
|
296
|
电导度
|
297
|
297
|
<div class="inline_block under_line" style="width:100px;">
|
298
|
298
|
{{ prescription.conductivity ? prescription.conductivity : " " }}
|
299
|
299
|
</div>mS/m
|
300
|
|
- </div> -->
|
|
300
|
+ </div>
|
301
|
301
|
</div>
|
302
|
302
|
<div class="row">
|
303
|
303
|
透前评估
|
|
@@ -346,10 +346,13 @@
|
346
|
346
|
<span v-if="predialysis.is_hemorrhage == 2">无</span>
|
347
|
347
|
<span v-if="predialysis.is_hemorrhage != 2 && predialysis.is_hemorrhage != 1">/</span>
|
348
|
348
|
</div>
|
349
|
|
- <!-- 跌倒风险预防措施
|
350
|
|
- <div class="inline_block under_line" style="width:100px;text-align: center;">
|
351
|
|
- {{ receiverTreatmentAccess.precaution ? receiverTreatmentAccess.precaution : '' }}
|
352
|
|
- </div> -->
|
|
349
|
+ <div v-if="org_id!=10727" style="display: inline-block;width: 280px;">
|
|
350
|
+ 跌倒风险预防措施
|
|
351
|
+ <div class="inline_block under_line" style="width:100px;text-align: center;">
|
|
352
|
+ {{ receiverTreatmentAccess.precaution ? receiverTreatmentAccess.precaution : '' }}
|
|
353
|
+ </div>
|
|
354
|
+ </div>
|
|
355
|
+
|
353
|
356
|
<div v-if="org_id==10727||org_id==0" style="display: inline-block;width: 250px;">
|
354
|
357
|
换药护士
|
355
|
358
|
<div class="inline_block under_line" style="width:150px;text-align: center;margin-right:30px;">
|
|
@@ -590,8 +593,8 @@
|
590
|
593
|
<td width="70" style="text-align:left;border:none;">
|
591
|
594
|
<div>
|
592
|
595
|
<span class="under_line" style="width:50px;display:inline-block">
|
593
|
|
- {{ afterdialysis.is_eat == 1 && afterdialysis.dialysis_during ? afterdialysis.dialysis_during : '/' }}
|
594
|
|
- </span>g
|
|
596
|
+ {{ afterdialysis.dialysis_during ? afterdialysis.dialysis_during : '/' }}
|
|
597
|
+ </span><span v-if="org_id==10028">ml</span><span v-else>g</span>
|
595
|
598
|
</div>
|
596
|
599
|
</td>
|
597
|
600
|
<td width="100" style="border:none;padding-left:5px">透析器凝血:</td>
|