|
@@ -26,7 +26,7 @@
|
26
|
26
|
<table border="1" class="table-box" style="border-collapse: collapse;text-align: center;width: 100%;">
|
27
|
27
|
<tbody>
|
28
|
28
|
<tr>
|
29
|
|
- <td width="80" style="line-height:30px;">治疗日期:
|
|
29
|
+ <td width="80" style="line-height:30px;">治疗日期:
|
30
|
30
|
{{ getTime(record.schedule_date, "{y}年{m}月{d}日") }}
|
31
|
31
|
</td>
|
32
|
32
|
</tr>
|
|
@@ -50,7 +50,7 @@
|
50
|
50
|
record.dialysis_order.device_number.number.length >
|
51
|
51
|
0
|
52
|
52
|
? record.dialysis_order.device_number.number
|
53
|
|
- : record.device_number.number
|
|
53
|
+ : record.device_number.number
|
54
|
54
|
}}
|
55
|
55
|
</div>
|
56
|
56
|
</div>
|
|
@@ -98,7 +98,7 @@
|
98
|
98
|
{{ anticoagulantName(record.prescription) }}
|
99
|
99
|
{{record.prescription.anticoagulant_zongliang ? record.prescription.anticoagulant_zongliang : "0"}}
|
100
|
100
|
</span>U
|
101
|
|
-
|
|
101
|
+
|
102
|
102
|
<label-box :isChecked="record.prescription.anticoagulant==2 ? true :false" showValue="普通肝素:"></label-box>
|
103
|
103
|
<div style="display: inline-block;">
|
104
|
104
|
首剂:
|
|
@@ -149,16 +149,16 @@
|
149
|
149
|
</td>
|
150
|
150
|
<td style="width: 30%;line-height: 30px;">
|
151
|
151
|
透析(滤)器:
|
152
|
|
-
|
|
152
|
+
|
153
|
153
|
{{ record.prescription.dialysis_dialyszers ? record.prescription.dialysis_dialyszers : "" }}
|
154
|
154
|
|
155
|
155
|
{{ record.prescription.dialysis_strainer ? record.prescription.dialysis_strainer : "" }}
|
156
|
156
|
</td>
|
157
|
157
|
<td style="">
|
158
|
158
|
透析液:钾:
|
159
|
|
- <span style="">2.0</span>mmol/L
|
|
159
|
+ <span style="">2.0</span>mmol/L
|
160
|
160
|
钙:
|
161
|
|
- <span style="">1.5</span>mmol/L
|
|
161
|
+ <span style="">1.5</span>mmol/L
|
162
|
162
|
碳酸氢盐:
|
163
|
163
|
<span >32</span>mmol/L
|
164
|
164
|
钠:
|
|
@@ -205,8 +205,8 @@
|
205
|
205
|
</tr>
|
206
|
206
|
<tr>
|
207
|
207
|
<td rowspan="2">时间</td>
|
208
|
|
- <td colspan="4">透析参数</td>
|
209
|
|
- <td colspan="5">生命体征</td>
|
|
208
|
+ <td colspan="5">透析参数</td>
|
|
209
|
+ <td colspan="2">生命体征</td>
|
210
|
210
|
<td colspan="2">治疗中病情变化</td>
|
211
|
211
|
</tr>
|
212
|
212
|
<tr>
|
|
@@ -215,7 +215,7 @@
|
215
|
215
|
<td>静脉压<br/>mmHg</td>
|
216
|
216
|
<td>血流量<br/>ml/min</td>
|
217
|
217
|
<td>脱水量<br/>ml</td>
|
218
|
|
- <td>超滤率<br/>ml/h</td>
|
|
218
|
+ <!-- <td>超滤率<br/>ml/h</td> -->
|
219
|
219
|
<td>HR<br/>bpm</td>
|
220
|
220
|
<!-- <td>R<br/>bpm</td> -->
|
221
|
221
|
<td>BP<br/>mmHg</td>
|
|
@@ -232,7 +232,7 @@
|
232
|
232
|
<td>{{ monitor.venous_pressure ? monitor.venous_pressure : "/" }}</td>
|
233
|
233
|
<td>{{ monitor.blood_flow_volume ? monitor.blood_flow_volume : "/" }}</td>
|
234
|
234
|
<td>{{ monitor.ultrafiltration_volume ? monitor.ultrafiltration_volume : "/"}}</td>
|
235
|
|
- <td>{{ monitor.ultrafiltration_rate ? monitor.ultrafiltration_rate : "/" }}</td>
|
|
235
|
+ <!-- <td>{{ monitor.ultrafiltration_rate ? monitor.ultrafiltration_rate : "/" }}</td> -->
|
236
|
236
|
<td>{{ monitor.pulse_frequency ? monitor.pulse_frequency : "/" }}</td>
|
237
|
237
|
<!-- <td>{{ monitor.breathing_rate ? monitor.breathing_rate : "/" }}</td> -->
|
238
|
238
|
<td>{{
|
|
@@ -279,7 +279,7 @@
|
279
|
279
|
record.lastafterweight.weight_after
|
280
|
280
|
).toFixed(1)
|
281
|
281
|
: '未称重'
|
282
|
|
- }}kg
|
|
282
|
+ }}kg
|
283
|
283
|
</td>
|
284
|
284
|
</tr>
|
285
|
285
|
|
|
@@ -476,7 +476,7 @@
|
476
|
476
|
},
|
477
|
477
|
lastAfterWeight: '',
|
478
|
478
|
displaceLiquiPartOptions: [],
|
479
|
|
-
|
|
479
|
+
|
480
|
480
|
}
|
481
|
481
|
},
|
482
|
482
|
created() {
|
|
@@ -566,7 +566,7 @@
|
566
|
566
|
}
|
567
|
567
|
|
568
|
568
|
var delghTwo = 0
|
569
|
|
-
|
|
569
|
+
|
570
|
570
|
if (
|
571
|
571
|
this.records[recordIndex].advices &&
|
572
|
572
|
this.records[recordIndex].advices.length < 13
|
|
@@ -575,7 +575,7 @@
|
575
|
575
|
} else {
|
576
|
576
|
delghTwo = 0
|
577
|
577
|
}
|
578
|
|
-
|
|
578
|
+
|
579
|
579
|
if (delghTwo > 0) {
|
580
|
580
|
if (
|
581
|
581
|
typeof this.records[recordIndex].advices === 'undefined' ||
|
|
@@ -803,7 +803,7 @@
|
803
|
803
|
return ''
|
804
|
804
|
}
|
805
|
805
|
if (key[id] in this.operatorMaps) {
|
806
|
|
-
|
|
806
|
+
|
807
|
807
|
return this.operatorMaps[key[id]].es_url
|
808
|
808
|
} else {
|
809
|
809
|
return ''
|