|
@@ -156,17 +156,7 @@
|
156
|
156
|
<span v-if="record.dialysis_order.dialysis_strainer!='' && record.dialysis_order.dialysis_strainer!=0"> /{{ record.dialysis_order.dialysis_strainer ? record.dialysis_order.dialysis_strainer : ""}}</span>
|
157
|
157
|
</div>
|
158
|
158
|
</div>
|
159
|
|
- <div class="inline_block" style="flex: 1;" >
|
160
|
|
- 穿刺针:
|
161
|
|
- <div class="under_line"
|
162
|
|
- style=" width: 50%;
|
163
|
|
- text-align: center;
|
164
|
|
- white-space: normal;
|
165
|
|
- "
|
166
|
|
- >
|
167
|
|
- {{ record.assessment_before_dislysis.puncture_needle ? record.assessment_before_dislysis.puncture_needle : "/" }}
|
168
|
|
- </div>
|
169
|
|
- </div>
|
|
159
|
+
|
170
|
160
|
</div>
|
171
|
161
|
<!-- 治疗方式 -->
|
172
|
162
|
<div class="row" style="display: flex;">
|
|
@@ -533,6 +523,7 @@
|
533
|
523
|
record.assessment_before_dislysis.diastolic_blood_pressure : ""}}
|
534
|
524
|
</span>
|
535
|
525
|
<span v-else>未测</span>
|
|
526
|
+
|
536
|
527
|
</div>
|
537
|
528
|
mmHg
|
538
|
529
|
</div>
|
|
@@ -566,33 +557,46 @@
|
566
|
557
|
</div>
|
567
|
558
|
<!-- 医嘱脱水量 -->
|
568
|
559
|
<div class="row" style="display: flex;">
|
569
|
|
- <div class="inline_block" style="flex: 1;" >
|
|
560
|
+ <div class="inline_block" style="flex: 1;">
|
570
|
561
|
医嘱脱水量:
|
571
|
562
|
<div class="under_line"
|
572
|
563
|
style=" width: 100px;
|
573
|
564
|
text-align: center; white-space: normal;
|
574
|
565
|
">
|
|
566
|
+ <span style="height: 30px;display: inline-block;"></span>
|
575
|
567
|
{{record.prescription.target_ultrafiltration ? record.prescription.target_ultrafiltration : "/"}}
|
576
|
568
|
</div>L
|
577
|
569
|
</div>
|
578
|
|
- <div class="inline_block" style="flex: 1;" >
|
|
570
|
+ <div class="inline_block" style="flex: 1;">
|
579
|
571
|
治疗时间:
|
580
|
572
|
<div
|
581
|
573
|
class="under_line"
|
582
|
574
|
style="width: 80px; text-align: center"
|
583
|
|
- >
|
|
575
|
+ >
|
|
576
|
+ <span style="height: 30px;display: inline-block;"></span>
|
584
|
577
|
{{ record.prescription.dialysis_duration_hour?record.prescription.dialysis_duration_hour:'0'}} h
|
585
|
578
|
{{ record.prescription.dialysis_duration_minute?record.prescription.dialysis_duration_minute:'0' }}min
|
586
|
579
|
</div>
|
587
|
580
|
</div>
|
588
|
|
-
|
|
581
|
+ <div class="inline_block" style="flex: 1;">
|
|
582
|
+ 穿刺针:
|
|
583
|
+ <div class="under_line"
|
|
584
|
+ style=" width: 50%;
|
|
585
|
+ text-align: center;
|
|
586
|
+ white-space: normal;
|
|
587
|
+ "
|
|
588
|
+ >
|
|
589
|
+ <span style="height: 30px;display: inline-block;"></span>
|
|
590
|
+ {{ record.assessment_before_dislysis.puncture_needle ? record.assessment_before_dislysis.puncture_needle : "/" }}
|
|
591
|
+ </div>
|
|
592
|
+ </div>
|
589
|
593
|
<div class="inline_block" style="flex: 1">
|
590
|
594
|
医生签名:
|
591
|
595
|
<div
|
592
|
596
|
class="under_line"
|
593
|
597
|
style="width: 100px; text-align: center"
|
594
|
598
|
>
|
595
|
|
- <span style="display: inline-block;" v-if="setAdminUserES(record.prescription.creater) == ''">
|
|
599
|
+ <span style="display: inline-block;height: 30px;" v-if="setAdminUserES(record.prescription.creater) == ''">
|
596
|
600
|
{{ getAdminUser(record.prescription.creater)}}
|
597
|
601
|
</span>
|
598
|
602
|
<span style="display: inline-block;" v-else>
|
|
@@ -1066,11 +1070,11 @@
|
1066
|
1070
|
v-else
|
1067
|
1071
|
/>
|
1068
|
1072
|
</div>
|
1069
|
|
- <!-- <div
|
|
1073
|
+ <div
|
1070
|
1074
|
class="under_line"
|
1071
|
1075
|
style="width: 80px; text-align: left"
|
1072
|
1076
|
v-if="!record.check"
|
1073
|
|
- ></div> -->
|
|
1077
|
+ ></div>
|
1074
|
1078
|
</div>
|
1075
|
1079
|
</div>
|
1076
|
1080
|
<!-- 穿刺 -->
|