|
@@ -668,19 +668,11 @@
|
668
|
668
|
</div>
|
669
|
669
|
min
|
670
|
670
|
</div>
|
671
|
|
- </div>
|
672
|
|
- <div class="row" style="padding: 2px 0;line-height:24px;">
|
673
|
671
|
<div class="inline_block">
|
674
|
|
- 病情:
|
|
672
|
+   病情:
|
675
|
673
|
<check-box text="一般" :checked="receiverTreatmentAccess.sick_condition == 1?true:false"></check-box>
|
676
|
674
|
<check-box text="重" :checked="receiverTreatmentAccess.sick_condition == 2?true:false"></check-box>
|
677
|
675
|
<check-box text="危" :checked="receiverTreatmentAccess.sick_condition == 3?true:false"></check-box>
|
678
|
|
- <div class="inline_block">
|
679
|
|
-  透析器型号:
|
680
|
|
- <div class="under_line" style="width: 200px;text-align: left">
|
681
|
|
- {{prescription.dialyzer_perfusion_apparatus}}
|
682
|
|
- </div>
|
683
|
|
- </div>
|
684
|
676
|
</div>
|
685
|
677
|
</div>
|
686
|
678
|
<div class="row" style="padding: 2px 0; line-height:24px;">
|
|
@@ -691,12 +683,21 @@
|
691
|
683
|
<check-box text="下肢水肿++" :checked="prescription.body_fluid==3?true:false"></check-box>
|
692
|
684
|
<check-box text="下肢水肿+++" :checked="prescription.body_fluid==4?true:false"></check-box>
|
693
|
685
|
</div>
|
694
|
|
- <!-- <div class="inline_block">
|
|
686
|
+ <div class="inline_block">
|
695
|
687
|
其它:
|
696
|
688
|
<div class="under_line" style="width: 100px;">
|
697
|
|
- <div class="under-line" v-if="prescription&&prescription.body_fluid_other.length > 0"> {{prescription.body_fluid_other}}</div>
|
|
689
|
+ <span v-if="prescription&&prescription.body_fluid_other.length > 0"> {{prescription.body_fluid_other}}</span>
|
|
690
|
+ </div>
|
|
691
|
+ </div>
|
|
692
|
+
|
|
693
|
+ </div>
|
|
694
|
+ <div class="row" style="padding: 2px 0;line-height:24px;">
|
|
695
|
+ <div class="inline_block">
|
|
696
|
+ 透析器型号:
|
|
697
|
+ <div class="under_line" style="width: 100px;text-align: left">
|
|
698
|
+ {{prescription.dialyzer_perfusion_apparatus}}
|
|
699
|
+ </div>
|
698
|
700
|
</div>
|
699
|
|
- </div> -->
|
700
|
701
|
<div class="inline_block" style="margin-left:20px;">
|
701
|
702
|
透析前使用特殊药物:
|
702
|
703
|
<check-box text="无" :checked="prescription.special_medicine==1?true:false"></check-box>
|
|
@@ -710,6 +711,7 @@
|
710
|
711
|
</div>
|
711
|
712
|
</div>
|
712
|
713
|
</div>
|
|
714
|
+
|
713
|
715
|
<div class="row" style="padding: 2px 0;line-height:24px;">
|
714
|
716
|
<div class="inline_block">
|
715
|
717
|
透析液(mmol/L):  Ca<sup>2+</sup>:
|