|
@@ -771,16 +771,15 @@
|
771
|
771
|
min
|
772
|
772
|
</div>
|
773
|
773
|
</div>
|
774
|
|
- <div
|
775
|
|
- class="row"
|
|
774
|
+
|
|
775
|
+ <div class="row"
|
776
|
776
|
style="padding: 2px 0; line-height: 23px; display: flex"
|
777
|
777
|
>
|
778
|
|
-
|
779
|
778
|
<div class="inline_block" style="flex:1">
|
780
|
779
|
透前症状:
|
781
|
780
|
<div
|
782
|
781
|
class="under_line"
|
783
|
|
- style="width: 130px; text-align: center"
|
|
782
|
+ style="width: 80%; text-align: left"
|
784
|
783
|
>
|
785
|
784
|
<span v-if="record.assessment_before_dislysis&&record.assessment_before_dislysis.symptom_before_dialysis!=''">{{
|
786
|
785
|
record.assessment_before_dislysis &&
|
|
@@ -805,12 +804,17 @@
|
805
|
804
|
</span>
|
806
|
805
|
</div>
|
807
|
806
|
</div>
|
|
807
|
+ </div>
|
|
808
|
+ <div
|
|
809
|
+ class="row"
|
|
810
|
+ style="padding: 2px 0; line-height: 23px; display: flex"
|
|
811
|
+ >
|
808
|
812
|
|
809
|
813
|
<div class="inline_block" style="flex:1.4">
|
810
|
814
|
透析(滤)器:
|
811
|
815
|
<div
|
812
|
816
|
class="under_line"
|
813
|
|
- style="width: 100px; text-align: center"
|
|
817
|
+ style="width: 60%; text-align: left"
|
814
|
818
|
>
|
815
|
819
|
|
816
|
820
|
{{
|
|
@@ -825,7 +829,7 @@
|
825
|
829
|
灌流器:
|
826
|
830
|
<div
|
827
|
831
|
class="under_line"
|
828
|
|
- style="width: 70px; text-align: center"
|
|
832
|
+ style="width: 50%; text-align: left"
|
829
|
833
|
>
|
830
|
834
|
{{
|
831
|
835
|
record.prescription &&
|
|
@@ -840,7 +844,7 @@
|
840
|
844
|
滤过器:
|
841
|
845
|
<div
|
842
|
846
|
class="under_line"
|
843
|
|
- style="width: 70px; text-align: center"
|
|
847
|
+ style="width: 50%; text-align: left"
|
844
|
848
|
>
|
845
|
849
|
{{
|
846
|
850
|
record.prescription.dialysis_strainer?record.prescription.dialysis_strainer:"/"
|