|
@@ -663,21 +663,27 @@
|
663
|
663
|
{{record.prescription && record.prescription.dialysis_irrigation?record.prescription.dialysis_irrigation:"/"}}
|
664
|
664
|
</div>
|
665
|
665
|
</div>
|
666
|
|
- <div class="inline_block" style="flex:1;">
|
667
|
|
- 干体重:
|
|
666
|
+ <div class="inline_block" style="flex:1;" v-if="org_id == 9538">
|
|
667
|
+ 血浆分离器:
|
668
|
668
|
<div
|
669
|
669
|
class="under_line"
|
670
|
|
- style="width: 150px;text-align: center"
|
|
670
|
+ style="width: 70px;text-align: center"
|
671
|
671
|
>
|
672
|
|
- {{
|
673
|
|
- record.assessment_before_dislysis &&
|
674
|
|
- record.assessment_before_dislysis.dry_weight
|
675
|
|
- ? record.assessment_before_dislysis.dry_weight
|
676
|
|
- : "/"
|
677
|
|
- }}
|
|
672
|
+ <span v-if="record.prescription.plasma_separator ? record.prescription.plasma_separator != 0 && record.prescription.plasma_separator != '0' : false">{{ record.prescription.plasma_separator }}</span>
|
|
673
|
+ <span v-else>/</span>
|
|
674
|
+ </div>
|
|
675
|
+ </div>
|
|
676
|
+ <div class="inline_block" style="flex:1;" v-if="org_id == 9538">
|
|
677
|
+ 胆红素吸附柱:
|
|
678
|
+ <div
|
|
679
|
+ class="under_line"
|
|
680
|
+ style="width: 70px;text-align: center"
|
|
681
|
+ >
|
|
682
|
+ <span v-if="record.prescription.bilirubin_adsorption_column ? record.prescription.bilirubin_adsorption_column != 0 && record.prescription.bilirubin_adsorption_column != '0' : false">{{ record.prescription.bilirubin_adsorption_column }}</span>
|
|
683
|
+ <span v-else>/</span>
|
678
|
684
|
</div>
|
679
|
|
- kg
|
680
|
685
|
</div>
|
|
686
|
+
|
681
|
687
|
</div>
|
682
|
688
|
|
683
|
689
|
<div
|
|
@@ -729,7 +735,7 @@
|
729
|
735
|
计划超滤量:
|
730
|
736
|
<div
|
731
|
737
|
class="under_line"
|
732
|
|
- style="width: 150px;text-align: center"
|
|
738
|
+ style="width: 100px;text-align: center"
|
733
|
739
|
>
|
734
|
740
|
{{
|
735
|
741
|
record.prescription &&
|
|
@@ -740,6 +746,21 @@
|
740
|
746
|
</div>
|
741
|
747
|
ml
|
742
|
748
|
</div>
|
|
749
|
+ <div class="inline_block" style="flex:1;">
|
|
750
|
+ 干体重:
|
|
751
|
+ <div
|
|
752
|
+ class="under_line"
|
|
753
|
+ style="width: 100px;text-align: center"
|
|
754
|
+ >
|
|
755
|
+ {{
|
|
756
|
+ record.assessment_before_dislysis &&
|
|
757
|
+ record.assessment_before_dislysis.dry_weight
|
|
758
|
+ ? record.assessment_before_dislysis.dry_weight
|
|
759
|
+ : "/"
|
|
760
|
+ }}
|
|
761
|
+ </div>
|
|
762
|
+ kg
|
|
763
|
+ </div>
|
743
|
764
|
</div>
|
744
|
765
|
|
745
|
766
|
<div class="row" style="padding: 2px 0;line-height:23px;">
|