|
@@ -403,6 +403,24 @@
|
403
|
403
|
<div class="under_line" style="width: 150px;text-align: center;font-weight:600;" v-if="prescription.mode_id == 23">
|
404
|
404
|
血浆胆红素吸附
|
405
|
405
|
</div>
|
|
406
|
+ <div class="under_line" style="width: 70px;text-align: center;font-weight:600;" v-if="prescription.mode_id == 24">
|
|
407
|
+ I-HDF
|
|
408
|
+ </div>
|
|
409
|
+ <div class="under_line" style="width: 70px;text-align: center;font-weight:600;" v-if="prescription.mode_id == 25">
|
|
410
|
+ HD高通
|
|
411
|
+ </div>
|
|
412
|
+ <div class="under_line" style="width: 70px;text-align: center;font-weight:600;" v-if="prescription.mode_id == 26">
|
|
413
|
+ CVVH
|
|
414
|
+ </div>
|
|
415
|
+ <div class="under_line" style="width: 70px;text-align: center;font-weight:600;" v-if="prescription.mode_id == 27">
|
|
416
|
+ CVVHD
|
|
417
|
+ </div>
|
|
418
|
+ <div class="under_line" style="width: 70px;text-align: center;font-weight:600;" v-if="prescription.mode_id == 28">
|
|
419
|
+ CVVHDF
|
|
420
|
+ </div>
|
|
421
|
+ <div class="under_line" style="width: 70px;text-align: center;font-weight:600;" v-if="prescription.mode_id == 29">
|
|
422
|
+ PE
|
|
423
|
+ </div>
|
406
|
424
|
</div>
|
407
|
425
|
<div class="inline_block" style="flex:1;">
|
408
|
426
|
置换方式:
|
|
@@ -445,7 +463,7 @@
|
445
|
463
|
{{ predialysis.machine_type ? predialysis.machine_type : '' }}
|
446
|
464
|
</div>
|
447
|
465
|
</div>
|
448
|
|
- <div class="inline_block">
|
|
466
|
+ <div class="inline_block" style="flex:1">
|
449
|
467
|
机号:
|
450
|
468
|
<div class="under_line" style="width: 60px;text-align: center;">
|
451
|
469
|
{{ dialysisOrder && dialysisOrder.DeviceNumber && dialysisOrder.DeviceNumber.number.length > 0 ? dialysisOrder.DeviceNumber.number : patientInfo.DialysisSchedule.device_number.number }}
|