|
@@ -95,7 +95,7 @@
|
95
|
95
|
{{ predialysis.dry_weight ? predialysis.dry_weight : "/" }}kg
|
96
|
96
|
</span>
|
97
|
97
|
</td>
|
98
|
|
- <td style="text-align:left;" colspan="2">
|
|
98
|
+ <td style="text-align:left;" colspan="1">
|
99
|
99
|
<span style="display:inline-block;margin-left:15px;">
|
100
|
100
|
<!-- 透后净体重:{{
|
101
|
101
|
afterdialysis.weight_after
|
|
@@ -108,6 +108,11 @@
|
108
|
108
|
kt/v:{{ monitors[0].ktv ? monitors[0].ktv : '' }}
|
109
|
109
|
</span>
|
110
|
110
|
</td>
|
|
111
|
+ <td style="text-align:left;" colspan="1">
|
|
112
|
+ <span style="display:inline-block;margin-left:15px;">
|
|
113
|
+ URR:{{ monitors[0].urr ? monitors[0].urr : '' }}
|
|
114
|
+ </span>
|
|
115
|
+ </td>
|
111
|
116
|
<td style="text-align:left;" colspan="3">
|
112
|
117
|
<span style="display:inline-block;margin-left:15px;">
|
113
|
118
|
Na:
|
|
@@ -1083,18 +1088,6 @@
|
1083
|
1088
|
<span style="display:inline-block;margin-left:15px;">特殊记录:{{ dialysis_summary ? dialysis_summary : "" }}</span>
|
1084
|
1089
|
</td>
|
1085
|
1090
|
</tr>
|
1086
|
|
- <tr>
|
1087
|
|
- <!-- <td style="text-align:left;" colspan="3">
|
1088
|
|
- <span style="display:inline-block;margin-left:15px;">医生签名:</span>
|
1089
|
|
- <span v-if="doctorForm.url === ''">{{doctorForm.doctor}}</span>
|
1090
|
|
- <span v-if="doctorForm.url!==''">
|
1091
|
|
- <img style="height:20px" :src="doctorForm.url" />
|
1092
|
|
- </span>
|
1093
|
|
- </td>-->
|
1094
|
|
- <td style="text-align:left;" colspan="6">
|
1095
|
|
- <span style="display:inline-block;margin-left:15px;">质控护士签名:</span>
|
1096
|
|
- </td>
|
1097
|
|
- </tr>
|
1098
|
1091
|
</table>
|
1099
|
1092
|
|
1100
|
1093
|
<!-- <div style="margin-top:20px">
|