|
@@ -552,7 +552,9 @@
|
552
|
552
|
<div class="inline_block" style="flex: 2">
|
553
|
553
|
人工肾装置:
|
554
|
554
|
<div class="under_line" style="width: 50%; text-align: center">
|
555
|
|
- {{ prescription.dialysis_irrigation ? prescription.dialysis_irrigation : "/" }}
|
|
555
|
+ {{ prescription.dialysis_irrigation ? prescription.dialysis_irrigation : "" }}
|
|
556
|
+ {{ prescription.dialysis_dialyszers ? prescription.dialysis_dialyszers : ""}}
|
|
557
|
+
|
556
|
558
|
</div>
|
557
|
559
|
</div>
|
558
|
560
|
<div class="inline_block" style="flex: 1">
|
|
@@ -880,7 +882,7 @@
|
880
|
882
|
<td width="50">
|
881
|
883
|
静脉压(mmHg)/跨膜压(mmHg)
|
882
|
884
|
</td>
|
883
|
|
- <td width="50">超滤率(ml/h)/超滤量(ml)</td>
|
|
885
|
+ <td width="50">超滤量(ml)/超滤率(ml/h)</td>
|
884
|
886
|
<td width="50">置换率(ml/min)/置换量(L)</td>
|
885
|
887
|
<td width="50" >
|
886
|
888
|
<span > 钠浓度(mmol/L)/温度°C</span>
|
|
@@ -905,8 +907,8 @@
|
905
|
907
|
{{ monitor.transmembrane_pressure? monitor.transmembrane_pressure : "0" }}
|
906
|
908
|
</td>
|
907
|
909
|
<td>
|
908
|
|
- {{ monitor.ultrafiltration_rate ? monitor.ultrafiltration_rate : '0' }} /
|
909
|
|
- {{ monitor.ultrafiltration_volume ? monitor.ultrafiltration_volume : '0' }}
|
|
910
|
+ {{ monitor.ultrafiltration_volume ? monitor.ultrafiltration_volume : '0' }} /
|
|
911
|
+ {{ monitor.ultrafiltration_rate ? monitor.ultrafiltration_rate : '0' }}
|
910
|
912
|
</td>
|
911
|
913
|
<td>
|
912
|
914
|
{{ monitor.replacement_rate ? monitor.replacement_rate : '0' }} /
|
|
@@ -923,7 +925,7 @@
|
923
|
925
|
<td>{{monitor.systolic_blood_pressure? monitor.systolic_blood_pressure + "/": ""}}
|
924
|
926
|
{{monitor.diastolic_blood_pressure? monitor.diastolic_blood_pressure: ""}}
|
925
|
927
|
</td>
|
926
|
|
- <td></td>
|
|
928
|
+ <td>{{ monitor.symptom }}</td>
|
927
|
929
|
<td>
|
928
|
930
|
<div style=" min-height: 35px; line-height: 35px; overflow: hidden; ">
|
929
|
931
|
<span
|
|
@@ -940,14 +942,14 @@
|
940
|
942
|
>【开始透析】引血100ml/min
|
941
|
943
|
</template>
|
942
|
944
|
|
943
|
|
- {{ monitor.end }} {{ monitor.symptom }} {{
|
|
945
|
+ {{ monitor.end }} {{
|
944
|
946
|
monitor.dispose
|
945
|
947
|
}}
|
946
|
|
- {{ monitor.result }}
|
|
948
|
+
|
947
|
949
|
</span>
|
948
|
950
|
</div>
|
949
|
951
|
</td>
|
950
|
|
- <td></td>
|
|
952
|
+ <td>{{ monitor.result }}</td>
|
951
|
953
|
</tr>
|
952
|
954
|
<tr v-for="(monitor, monindex) in monitors2" :key="monindex">
|
953
|
955
|
<td></td>
|