|
@@ -651,10 +651,14 @@
|
651
|
651
|
<p style="height: 20px; line-height: 20px">血流量</p>
|
652
|
652
|
<p style="height: 20px; line-height: 20px">(ml·min)⁻¹</p>
|
653
|
653
|
</th>
|
654
|
|
- <th style="width: 70px; font-weight: normal">
|
|
654
|
+ <th style="width: 70px; font-weight: normal" v-if="org_id!=10430&&org_id!=9675">
|
655
|
655
|
<p style="height: 20px; line-height: 20px">脱水量</p>
|
656
|
656
|
<p style="height: 20px; line-height: 20px">ml</p>
|
657
|
657
|
</th>
|
|
658
|
+ <th style="width: 70px; font-weight: normal" v-if="org_id==10430||org_id==9675">
|
|
659
|
+ <p style="height: 20px; line-height: 20px">血温</p>
|
|
660
|
+ <p style="height: 20px; line-height: 20px">ml</p>
|
|
661
|
+ </th>
|
658
|
662
|
|
659
|
663
|
<th style="width: 80px; font-weight: normal">
|
660
|
664
|
<p style="height: 20px; line-height: 20px">T</p>
|
|
@@ -721,7 +725,7 @@
|
721
|
725
|
}}
|
722
|
726
|
</span>
|
723
|
727
|
</td>
|
724
|
|
- <td style="min-width: 45px">
|
|
728
|
+ <td style="min-width: 45px" v-if="org_id!=10430&&org_id!=9675">
|
725
|
729
|
<span v-if="getTime(monitor.operate_time) != ''&&monindex == 0 && (org_id == 10441||org_id == 9675)">
|
726
|
730
|
{{'/'}}
|
727
|
731
|
</span>
|
|
@@ -731,6 +735,10 @@
|
731
|
735
|
<span v-else>{{monitor.ultrafiltration_volume? monitor.ultrafiltration_volume: ""}}</span>
|
732
|
736
|
</td>
|
733
|
737
|
|
|
738
|
+ <td style="min-width: 45px" v-if="org_id==10430||org_id==9675">
|
|
739
|
+ {{monitor.dialysate_temperature?monitor.dialysate_temperature:''}}
|
|
740
|
+ </td>
|
|
741
|
+
|
734
|
742
|
<td>
|
735
|
743
|
<span v-if="getTime(monitor.operate_time) != ''">
|
736
|
744
|
{{ monitor.temperature ? monitor.temperature : "" }}
|
|
@@ -1011,6 +1019,13 @@
|
1011
|
1019
|
}}
|
1012
|
1020
|
</td>
|
1013
|
1021
|
</tr>
|
|
1022
|
+ <tr style="height: 50px; text-align: left" v-if="org_id==10430||org_id==9675">
|
|
1023
|
+ <td style="padding-left: 5px; border-bottom: none;border-top: none;">
|
|
1024
|
+ 透析护理记录:{{
|
|
1025
|
+ summary.nursing_record ? summary.nursing_record : ""
|
|
1026
|
+ }}
|
|
1027
|
+ </td>
|
|
1028
|
+ </tr>
|
1014
|
1029
|
<tr style="height: 40px">
|
1015
|
1030
|
<td
|
1016
|
1031
|
rowspan="11"
|