|
@@ -32,13 +32,7 @@
|
32
|
32
|
<td width="80">透析机号:</td>
|
33
|
33
|
<td width="130">
|
34
|
34
|
<div class="under-line">
|
35
|
|
- {{
|
36
|
|
- dialysisOrder &&
|
37
|
|
- dialysisOrder.DeviceNumber &&
|
38
|
|
- dialysisOrder.DeviceNumber.number.length > 0
|
39
|
|
- ? dialysisOrder.DeviceNumber.number
|
40
|
|
- : patientInfo.DialysisSchedule.device_number.number
|
41
|
|
- }}
|
|
35
|
+ {{ dialysisOrder && dialysisOrder.DeviceNumber && dialysisOrder.DeviceNumber.number.length > 0 ? dialysisOrder.DeviceNumber.number : patientInfo.DialysisSchedule.device_number.number }}
|
42
|
36
|
</div>
|
43
|
37
|
</td>
|
44
|
38
|
<td></td>
|
|
@@ -60,11 +54,7 @@
|
60
|
54
|
</td>
|
61
|
55
|
<td width="150">
|
62
|
56
|
<div class="under-line">
|
63
|
|
- {{
|
64
|
|
- receiverTreatmentAccess.admission_number
|
65
|
|
- ? receiverTreatmentAccess.admission_number
|
66
|
|
- : "/"
|
67
|
|
- }}
|
|
57
|
+ {{ receiverTreatmentAccess.admission_number ? receiverTreatmentAccess.admission_number : "/" }}
|
68
|
58
|
</div>
|
69
|
59
|
</td>
|
70
|
60
|
<td width="10"></td>
|
|
@@ -101,341 +91,170 @@
|
101
|
91
|
<tr>
|
102
|
92
|
<td style="text-align:left;margin-left:15px">
|
103
|
93
|
病情评估:
|
104
|
|
- <span class="under-line"
|
105
|
|
- > {{
|
106
|
|
- receiverTreatmentAccess.sick_condition
|
107
|
|
- ? receiverTreatmentAccess.sick_condition
|
108
|
|
- : "/"
|
109
|
|
- }}</span
|
110
|
|
- >
|
|
94
|
+ <span class="under-line"> {{ receiverTreatmentAccess.sick_condition ? receiverTreatmentAccess.sick_condition : "/" }}</span>
|
111
|
95
|
</td>
|
112
|
96
|
<td style="text-align:left;margin-left:15px">
|
113
|
97
|
入科方式:
|
114
|
98
|
<span class="under-line"
|
115
|
99
|
>
|
116
|
|
- {{
|
117
|
|
- receiverTreatmentAccess.way
|
118
|
|
- ? receiverTreatmentAccess.way
|
119
|
|
- : "/"
|
120
|
|
- }}
|
|
100
|
+ {{ receiverTreatmentAccess.way ? receiverTreatmentAccess.way : "/" }}
|
121
|
101
|
</span>
|
122
|
102
|
</td>
|
123
|
103
|
<td style="text-align:left;margin-left:15px" colspan="2">
|
124
|
104
|
透析次数:
|
125
|
|
- <span class="under-line"
|
126
|
|
- >
|
127
|
|
- {{
|
128
|
|
- patientInfo.total_dialysis +
|
129
|
|
- patientInfo.user_sys_before_count
|
130
|
|
- ? patientInfo.total_dialysis +
|
131
|
|
- patientInfo.user_sys_before_count -
|
132
|
|
- 1
|
133
|
|
- : "/"
|
134
|
|
- }}</span
|
135
|
|
- >
|
|
105
|
+ <span class="under-line">
|
|
106
|
+ {{ patientInfo.total_dialysis + patientInfo.user_sys_before_count ? patientInfo.total_dialysis + patientInfo.user_sys_before_count - 1 : "/" }}
|
|
107
|
+ </span>
|
136
|
108
|
</td>
|
137
|
109
|
</tr>
|
138
|
110
|
<tr>
|
139
|
111
|
<td style="text-align:left;margin-left:15px">
|
140
|
112
|
净化治疗方式:
|
141
|
|
- <span class="under-line"
|
142
|
|
- > {{
|
143
|
|
- prescription.mode ? prescription.mode : "/"
|
144
|
|
- }}</span
|
145
|
|
- >
|
|
113
|
+ <span class="under-line"> {{ prescription.mode ? prescription.mode : "/" }}</span>
|
146
|
114
|
</td>
|
147
|
115
|
<td style="text-align:left;margin-left:15px">
|
148
|
116
|
透析器型号:
|
149
|
|
- <span
|
150
|
|
- class="under-line"
|
151
|
|
- v-if="
|
152
|
|
- prescription.mode_id != 3 &&
|
153
|
|
- prescription.mode_id != 4 &&
|
154
|
|
- prescription.mode_id != 12 &&
|
155
|
|
- prescription.mode_id != 9
|
156
|
|
- "
|
157
|
|
- > {{
|
158
|
|
- prescription.dialyzer_perfusion_apparatus
|
159
|
|
- ? prescription.dialyzer_perfusion_apparatus
|
160
|
|
- : "/"
|
161
|
|
- }}</span
|
162
|
|
- >
|
|
117
|
+ <span class="under-line" v-if="prescription.mode_id != 3 && prescription.mode_id != 4 && prescription.mode_id != 12 && prescription.mode_id != 9">
|
|
118
|
+ {{ prescription.dialyzer_perfusion_apparatus ? prescription.dialyzer_perfusion_apparatus : "/" }}</span>
|
163
|
119
|
<span class="under-line" v-else>
|
164
|
120
|
/
|
165
|
121
|
</span>
|
166
|
122
|
</td>
|
167
|
123
|
<td style="text-align:left;margin-left:15px">
|
168
|
124
|
灌流器型号:
|
169
|
|
- <span
|
170
|
|
- class="under-line"
|
171
|
|
- v-if="
|
172
|
|
- prescription.mode_id == 3 ||
|
173
|
|
- prescription.mode_id == 4 ||
|
174
|
|
- prescription.mode_id == 9 ||
|
175
|
|
- prescription.mode_id == 12
|
176
|
|
- "
|
177
|
|
- > {{
|
178
|
|
- prescription.dialyzer_perfusion_apparatus
|
179
|
|
- ? prescription.dialyzer_perfusion_apparatus
|
180
|
|
- : "/"
|
181
|
|
- }}</span
|
182
|
|
- >
|
|
125
|
+ <span class="under-line" v-if="prescription.mode_id == 3 || prescription.mode_id == 4 || prescription.mode_id == 9 || prescription.mode_id == 12">
|
|
126
|
+ {{ prescription.dialyzer_perfusion_apparatus ? prescription.dialyzer_perfusion_apparatus : "/" }}</span>
|
183
|
127
|
<span v-else class="under-line">
|
184
|
128
|
/
|
185
|
129
|
</span>
|
186
|
130
|
</td>
|
187
|
131
|
<td style="text-align:left;margin-left:15px">
|
188
|
132
|
血管通路:
|
189
|
|
- <span class="under-line"
|
190
|
|
- > {{
|
191
|
|
- predialysis.blood_access_part_opera_name
|
192
|
|
- ? predialysis.blood_access_part_opera_name
|
193
|
|
- : "/"
|
194
|
|
- }}</span
|
195
|
|
- >
|
|
133
|
+ <span class="under-line">
|
|
134
|
+ {{ predialysis.blood_access_part_opera_name ? predialysis.blood_access_part_opera_name : "/" }}
|
|
135
|
+ </span>
|
196
|
136
|
</td>
|
197
|
137
|
</tr>
|
198
|
138
|
<tr>
|
199
|
139
|
<td style="text-align:left;margin-left:15px">
|
200
|
140
|
干体重:
|
201
|
|
- <span class="under-line"
|
202
|
|
- > {{
|
203
|
|
- predialysis.dry_weight ? predialysis.dry_weight : "0"
|
204
|
|
- }}</span
|
205
|
|
- >kg
|
|
141
|
+ <span class="under-line">
|
|
142
|
+ {{ predialysis.dry_weight ? predialysis.dry_weight : "0" }}</span>kg
|
206
|
143
|
</td>
|
207
|
144
|
<td style="text-align:left;margin-left:15px">
|
208
|
145
|
透前体重:
|
209
|
|
- <span class="under-line"
|
210
|
|
- > {{
|
211
|
|
- predialysis.weight_before
|
212
|
|
- ? predialysis.weight_before
|
213
|
|
- : "0"
|
214
|
|
- }}</span
|
215
|
|
- >kg
|
|
146
|
+ <span class="under-line">
|
|
147
|
+ {{ predialysis.weight_before ? predialysis.weight_before : "0" }}</span>kg
|
216
|
148
|
</td>
|
217
|
149
|
<td style="text-align:left;margin-left:15px">
|
218
|
150
|
预脱:
|
219
|
|
- <span class="under-line"
|
220
|
|
- > {{
|
221
|
|
- prescription.target_ultrafiltration
|
222
|
|
- ? prescription.target_ultrafiltration
|
223
|
|
- : "0"
|
224
|
|
- }}</span
|
225
|
|
- >L
|
|
151
|
+ <span class="under-line">
|
|
152
|
+ {{ prescription.target_ultrafiltration ? prescription.target_ultrafiltration : "0" }}</span>L
|
226
|
153
|
</td>
|
227
|
154
|
<td style="text-align:left;margin-left:15px">
|
228
|
155
|
治疗时间:
|
229
|
|
- <span class="under-line"
|
230
|
|
- > {{
|
231
|
|
- prescription.dialysis_duration_hour
|
232
|
|
- ? prescription.dialysis_duration_hour
|
233
|
|
- : "0"
|
234
|
|
- }}小时{{
|
235
|
|
- prescription.dialysis_duration_minute
|
236
|
|
- ? prescription.dialysis_duration_minute
|
237
|
|
- : "0"
|
238
|
|
- }}分钟</span
|
239
|
|
- >
|
|
156
|
+ <span class="under-line">
|
|
157
|
+ {{ prescription.dialysis_duration_hour ? prescription.dialysis_duration_hour : "0" }}小时
|
|
158
|
+ {{ prescription.dialysis_duration_minute ? prescription.dialysis_duration_minute : "0" }}分钟</span>
|
240
|
159
|
</td>
|
241
|
160
|
</tr>
|
242
|
161
|
<tr>
|
243
|
162
|
<td style="text-align:left;margin-left:15px">
|
244
|
163
|
血流量:
|
245
|
|
- <span class="under-line"
|
246
|
|
- > {{
|
247
|
|
- prescription.blood_flow_volume
|
248
|
|
- ? prescription.blood_flow_volume
|
249
|
|
- : "0"
|
250
|
|
- }}</span
|
251
|
|
- >ml/min
|
|
164
|
+ <span class="under-line">
|
|
165
|
+ {{ prescription.blood_flow_volume ? prescription.blood_flow_volume : "0" }}</span>ml/min
|
252
|
166
|
</td>
|
253
|
167
|
<td style="text-align:left;margin-left:15px">
|
254
|
168
|
置换方式:
|
255
|
|
- <span
|
256
|
|
- class="under-line"
|
257
|
|
- v-if="
|
258
|
|
- prescription.mode_id == 2 ||
|
259
|
|
- prescription.mode_id == 5 ||
|
260
|
|
- prescription.mode_id == 12
|
261
|
|
- "
|
262
|
|
- >
|
|
169
|
+ <span class="under-line" v-if="prescription.mode_id == 2 || prescription.mode_id == 5 || prescription.mode_id == 12">
|
263
|
170
|
|
264
|
|
- {{
|
265
|
|
- getDisplaceLiquiPart(prescription.displace_liqui_part)
|
266
|
|
- }}
|
|
171
|
+ {{ getDisplaceLiquiPart(prescription.displace_liqui_part) }}
|
267
|
172
|
</span>
|
268
|
173
|
<span v-else class="under-line">/</span>
|
269
|
174
|
</td>
|
270
|
175
|
<td style="text-align:left;margin-left:15px">
|
271
|
176
|
置换液总量:
|
272
|
|
- <span class="under-line"
|
273
|
|
- > {{
|
274
|
|
- prescription.displace_liqui_value
|
275
|
|
- ? prescription.displace_liqui_value
|
276
|
|
- : "0"
|
277
|
|
- }}</span
|
278
|
|
- >
|
|
177
|
+ <span class="under-line">
|
|
178
|
+ {{ prescription.displace_liqui_value ? prescription.displace_liqui_value : "0" }}
|
|
179
|
+ </span>
|
279
|
180
|
</td>
|
280
|
181
|
</tr>
|
281
|
182
|
<tr>
|
282
|
183
|
<td style="text-align:left;margin-left:15px">
|
283
|
184
|
抗凝剂:
|
284
|
|
- <span class="under-line"
|
285
|
|
- > {{
|
286
|
|
- prescription.anticoagulant
|
287
|
|
- ? prescription.anticoagulant
|
288
|
|
- : "/"
|
289
|
|
- }}</span
|
290
|
|
- >
|
|
185
|
+ <span class="under-line">
|
|
186
|
+ {{ prescription.anticoagulant ? prescription.anticoagulant : "/" }}
|
|
187
|
+ </span>
|
291
|
188
|
</td>
|
292
|
189
|
<td style="text-align:left;margin-left:15px">
|
293
|
|
- 首剂:<span class="under-line">{{
|
294
|
|
- prescription.anticoagulant_shouji
|
295
|
|
- ? prescription.anticoagulant_shouji
|
296
|
|
- : "0"
|
297
|
|
- }}</span>
|
298
|
|
- <span v-if="prescription.anticoagulant == '枸橼酸钠'"
|
299
|
|
- >mg</span
|
300
|
|
- >
|
301
|
|
- <span v-if="prescription.anticoagulant == '阿加曲班'"
|
302
|
|
- >mg</span
|
303
|
|
- >
|
304
|
|
- <span v-if="prescription.anticoagulant == '低分子肝素'"
|
305
|
|
- >iu</span
|
306
|
|
- >
|
307
|
|
- <span v-if="prescription.anticoagulant == '普通肝素'"
|
308
|
|
- >iu</span
|
309
|
|
- >
|
310
|
|
- <span v-if="prescription.anticoagulant == '无肝素'"
|
311
|
|
- >mg</span
|
312
|
|
- >
|
313
|
|
- <span v-if="prescription.anticoagulant == '低分子肝素钙'"
|
314
|
|
- >iu</span
|
315
|
|
- >
|
316
|
|
- <span v-if="prescription.anticoagulant == '低分子肝素钠'"
|
317
|
|
- >iu</span
|
318
|
|
- >
|
|
190
|
+ 首剂:<span class="under-line">
|
|
191
|
+ {{ prescription.anticoagulant_shouji ? prescription.anticoagulant_shouji : "0" }}
|
|
192
|
+ </span>
|
|
193
|
+ <span v-if="prescription.anticoagulant == '枸橼酸钠'">mg</span>
|
|
194
|
+ <span v-if="prescription.anticoagulant == '阿加曲班'">mg</span>
|
|
195
|
+ <span v-if="prescription.anticoagulant == '低分子肝素'">iu</span>
|
|
196
|
+ <span v-if="prescription.anticoagulant == '普通肝素'">iu</span>
|
|
197
|
+ <span v-if="prescription.anticoagulant == '无肝素'">mg</span>
|
|
198
|
+ <span v-if="prescription.anticoagulant == '低分子肝素钙'">iu</span>
|
|
199
|
+ <span v-if="prescription.anticoagulant == '低分子肝素钠'">iu</span>
|
319
|
200
|
</td>
|
320
|
201
|
<td style="text-align:left;margin-left:15px">
|
321
|
202
|
维持:
|
322
|
|
- <span class="under-line"
|
323
|
|
- > {{
|
324
|
|
- prescription.anticoagulant_weichi
|
325
|
|
- ? prescription.anticoagulant_weichi
|
326
|
|
- : "0"
|
327
|
|
- }}</span
|
328
|
|
- >
|
329
|
|
- <span v-if="prescription.anticoagulant == '枸橼酸钠'"
|
330
|
|
- >ml/h</span
|
331
|
|
- >
|
332
|
|
- <span v-if="prescription.anticoagulant == '阿加曲班'"
|
333
|
|
- >mg/h</span
|
334
|
|
- >
|
335
|
|
- <span v-if="prescription.anticoagulant == '低分子肝素'"
|
336
|
|
- >iu/h</span
|
337
|
|
- >
|
338
|
|
- <span v-if="prescription.anticoagulant == '普通肝素'"
|
339
|
|
- >iu/h</span
|
340
|
|
- >
|
341
|
|
- <span v-if="prescription.anticoagulant == '无肝素'"
|
342
|
|
- >mg/h</span
|
343
|
|
- >
|
344
|
|
- <span v-if="prescription.anticoagulant == '低分子肝素钙'"
|
345
|
|
- >iu/h</span
|
346
|
|
- >
|
347
|
|
- <span v-if="prescription.anticoagulant == '低分子肝素钠'"
|
348
|
|
- >iu/h</span
|
349
|
|
- >
|
|
203
|
+ <span class="under-line">
|
|
204
|
+ {{ prescription.anticoagulant_weichi ? prescription.anticoagulant_weichi : "0" }}
|
|
205
|
+ </span>
|
|
206
|
+ <span v-if="prescription.anticoagulant == '枸橼酸钠'">ml/h</span>
|
|
207
|
+ <span v-if="prescription.anticoagulant == '阿加曲班'">mg/h</span>
|
|
208
|
+ <span v-if="prescription.anticoagulant == '低分子肝素'">iu/h</span>
|
|
209
|
+ <span v-if="prescription.anticoagulant == '普通肝素'">iu/h</span>
|
|
210
|
+ <span v-if="prescription.anticoagulant == '无肝素'">mg/h</span>
|
|
211
|
+ <span v-if="prescription.anticoagulant == '低分子肝素钙'">iu/h</span>
|
|
212
|
+ <span v-if="prescription.anticoagulant == '低分子肝素钠'">iu/h</span>
|
350
|
213
|
</td>
|
351
|
214
|
<td style="text-align:left;margin-left:15px">
|
352
|
|
- 总量:<span class="under-line"
|
353
|
|
- > {{
|
354
|
|
- prescription.anticoagulant_zongliang
|
355
|
|
- ? prescription.anticoagulant_zongliang
|
356
|
|
- : "0"
|
357
|
|
- }}</span
|
358
|
|
- >
|
359
|
|
- <span v-if="prescription.anticoagulant == '枸橼酸钠'"
|
360
|
|
- >mg</span
|
361
|
|
- >
|
362
|
|
- <span v-if="prescription.anticoagulant == '阿加曲班'"
|
363
|
|
- >mg</span
|
364
|
|
- >
|
365
|
|
- <span v-if="prescription.anticoagulant == '低分子肝素'"
|
366
|
|
- >iu</span
|
367
|
|
- >
|
368
|
|
- <span v-if="prescription.anticoagulant == '普通肝素'"
|
369
|
|
- >iu</span
|
370
|
|
- >
|
371
|
|
- <span v-if="prescription.anticoagulant == '无肝素'"
|
372
|
|
- >mg</span
|
373
|
|
- >
|
374
|
|
- <span v-if="prescription.anticoagulant == '低分子肝素钙'"
|
375
|
|
- >iu</span
|
376
|
|
- >
|
377
|
|
- <span v-if="prescription.anticoagulant == '低分子肝素钠'"
|
378
|
|
- >iu</span
|
379
|
|
- >
|
|
215
|
+ 总量:<span class="under-line">
|
|
216
|
+ {{ prescription.anticoagulant_zongliang ? prescription.anticoagulant_zongliang : "0"}}
|
|
217
|
+ </span>
|
|
218
|
+ <span v-if="prescription.anticoagulant == '枸橼酸钠'">mg</span>
|
|
219
|
+ <span v-if="prescription.anticoagulant == '阿加曲班'">mg</span>
|
|
220
|
+ <span v-if="prescription.anticoagulant == '低分子肝素'">iu</span>
|
|
221
|
+ <span v-if="prescription.anticoagulant == '普通肝素'">iu</span>
|
|
222
|
+ <span v-if="prescription.anticoagulant == '无肝素'">mg</span>
|
|
223
|
+ <span v-if="prescription.anticoagulant == '低分子肝素钙'">iu</span>
|
|
224
|
+ <span v-if="prescription.anticoagulant == '低分子肝素钠'">iu</span>
|
380
|
225
|
</td>
|
381
|
226
|
</tr>
|
382
|
227
|
<tr>
|
383
|
228
|
<td style="text-align:left;margin-left:15px">
|
384
|
229
|
透析液(mmol/L):
|
385
|
|
- <span
|
386
|
|
- class="under-line"
|
387
|
|
- v-if="prescription.dialysate_formulation == 0"
|
388
|
|
- > 常规(钾:0 ,钙:0 ,钠:0)
|
|
230
|
+ <span class="under-line" v-if="prescription.dialysate_formulation == 0">
|
|
231
|
+ 常规(钾:0 ,钙:0 ,钠:0)
|
389
|
232
|
</span>
|
390
|
|
- <span
|
391
|
|
- class="under-line"
|
392
|
|
- v-if="prescription.dialysate_formulation == 1"
|
393
|
|
- > 常规(钾:{{ prescription.kalium }} ,钙:{{
|
394
|
|
- prescription.calcium
|
395
|
|
- }} ,钠:{{ prescription.sodium }})
|
|
233
|
+ <span class="under-line" v-if="prescription.dialysate_formulation == 1">
|
|
234
|
+ 常规(钾:{{ prescription.kalium }} ,钙:{{ prescription.calcium }} ,钠:{{ prescription.sodium }})
|
396
|
235
|
</span>
|
397
|
|
- <span
|
398
|
|
- class="under-line"
|
399
|
|
- v-if="prescription.dialysate_formulation == 2"
|
400
|
|
- > 低钙(钾:{{ prescription.kalium }} ,钙:{{
|
401
|
|
- prescription.calcium
|
402
|
|
- }} ,钠:{{ prescription.sodium }})
|
|
236
|
+ <span class="under-line" v-if="prescription.dialysate_formulation == 2">
|
|
237
|
+ 低钙(钾:{{ prescription.kalium }} ,钙:{{ prescription.calcium }} ,钠:{{ prescription.sodium }})
|
403
|
238
|
</span>
|
404
|
|
- <span
|
405
|
|
- class="under-line"
|
406
|
|
- v-if="prescription.dialysate_formulation == 3"
|
407
|
|
- > 高钙(钾:{{ prescription.kalium }} ,钙:{{
|
408
|
|
- prescription.calcium
|
409
|
|
- }} ,钠:{{ prescription.sodium }})
|
|
239
|
+ <span class="under-line" v-if="prescription.dialysate_formulation == 3">
|
|
240
|
+ 高钙(钾:{{ prescription.kalium }} ,钙:{{ prescription.calcium }} ,钠:{{ prescription.sodium }})
|
410
|
241
|
</span>
|
411
|
|
- <span
|
412
|
|
- class="under-line"
|
413
|
|
- v-if="prescription.dialysate_formulation == 4"
|
414
|
|
- > 低钠(钾:{{ prescription.kalium }} ,钙:{{
|
415
|
|
- prescription.calcium
|
416
|
|
- }} ,钠:{{ prescription.sodium }})
|
|
242
|
+ <span class="under-line" v-if="prescription.dialysate_formulation == 4">
|
|
243
|
+ 低钠(钾:{{ prescription.kalium }} ,钙:{{ prescription.calcium }} ,钠:{{ prescription.sodium }})
|
417
|
244
|
</span>
|
418
|
|
- <span
|
419
|
|
- class="under-line"
|
420
|
|
- v-if="prescription.dialysate_formulation == 5"
|
421
|
|
- > 高钠(钾:{{ prescription.kalium }} ,钙:{{
|
422
|
|
- prescription.calcium
|
423
|
|
- }} ,钠:{{ prescription.sodium }})
|
|
245
|
+ <span class="under-line" v-if="prescription.dialysate_formulation == 5">
|
|
246
|
+ 高钠(钾:{{ prescription.kalium }} ,钙:{{ prescription.calcium }} ,钠:{{ prescription.sodium }})
|
424
|
247
|
</span>
|
425
|
248
|
</td>
|
426
|
249
|
<td style="text-align:left;margin-left:15px">
|
427
|
250
|
并发症:
|
428
|
|
- <span class="under-line">{{
|
429
|
|
- predialysis.complication ? predialysis.complication : "/"
|
430
|
|
- }}</span>
|
|
251
|
+ <span class="under-line">{{ predialysis.complication ? predialysis.complication : "/" }}</span>
|
431
|
252
|
</td>
|
432
|
253
|
<td style="text-align:left;margin-left:15px">
|
433
|
254
|
医生签名:
|
434
|
|
- <span class="under-line" v-if="doctorForm.url == ''"
|
435
|
|
- > {{
|
436
|
|
- doctorForm.doctor ? doctorForm.doctor : "/"
|
437
|
|
- }}</span
|
438
|
|
- >
|
|
255
|
+ <span class="under-line" v-if="doctorForm.url == ''">
|
|
256
|
+ {{ doctorForm.doctor ? doctorForm.doctor : "/" }}
|
|
257
|
+ </span>
|
439
|
258
|
<span class="under-line" v-if="doctorForm.url != ''">
|
440
|
259
|
<img style="height:40px" :src="doctorForm.url" />
|
441
|
260
|
</span>
|
|
@@ -493,16 +312,9 @@
|
493
|
312
|
{{ getTime(monitor.operate_time, "{h}:{i}") }}
|
494
|
313
|
</td>
|
495
|
314
|
<td>
|
496
|
|
- <span v-if="getTime(monitor.operate_time) != ''"
|
497
|
|
- >{{
|
498
|
|
- monitor.systolic_blood_pressure
|
499
|
|
- ? monitor.systolic_blood_pressure
|
500
|
|
- : "0"
|
501
|
|
- }}/{{
|
502
|
|
- monitor.diastolic_blood_pressure
|
503
|
|
- ? monitor.diastolic_blood_pressure
|
504
|
|
- : "0"
|
505
|
|
- }}
|
|
315
|
+ <span v-if="getTime(monitor.operate_time) != ''">
|
|
316
|
+ {{ monitor.systolic_blood_pressure ? monitor.systolic_blood_pressure : "0" }}/
|
|
317
|
+ {{ monitor.diastolic_blood_pressure ? monitor.diastolic_blood_pressure : "0" }}
|
506
|
318
|
</span>
|
507
|
319
|
</td>
|
508
|
320
|
<td>
|
|
@@ -511,33 +323,23 @@
|
511
|
323
|
</span>
|
512
|
324
|
</td>
|
513
|
325
|
<td>
|
514
|
|
- <span v-if="getTime(monitor.operate_time) != ''">{{
|
515
|
|
- monitor.breathing_rate ? monitor.breathing_rate : "0"
|
516
|
|
- }}</span>
|
|
326
|
+ <span v-if="getTime(monitor.operate_time) != ''">
|
|
327
|
+ {{ monitor.breathing_rate ? monitor.breathing_rate : "0" }}
|
|
328
|
+ </span>
|
517
|
329
|
</td>
|
518
|
330
|
<td>
|
519
|
331
|
<span v-if="getTime(monitor.operate_time) != ''">
|
520
|
|
- {{
|
521
|
|
- monitor.blood_flow_volume ? monitor.blood_flow_volume : "0"
|
522
|
|
- }}</span
|
523
|
|
- >
|
|
332
|
+ {{ monitor.blood_flow_volume ? monitor.blood_flow_volume : "0" }}
|
|
333
|
+ </span>
|
524
|
334
|
</td>
|
525
|
335
|
<td>
|
526
|
336
|
<span v-if="getTime(monitor.operate_time) != ''">
|
527
|
|
- {{
|
528
|
|
- monitor.ultrafiltration_volume
|
529
|
|
- ? monitor.ultrafiltration_volume
|
530
|
|
- : "0"
|
531
|
|
- }}
|
|
337
|
+ {{ monitor.ultrafiltration_volume ? monitor.ultrafiltration_volume : "0" }}
|
532
|
338
|
</span>
|
533
|
339
|
</td>
|
534
|
340
|
<td>
|
535
|
|
- <span v-if="getTime(monitor.operate_time) != ''"
|
536
|
|
- >{{
|
537
|
|
- monitor.displacement_quantity
|
538
|
|
- ? monitor.displacement_quantity
|
539
|
|
- : "0"
|
540
|
|
- }}
|
|
341
|
+ <span v-if="getTime(monitor.operate_time) != ''">
|
|
342
|
+ {{ monitor.displacement_quantity ? monitor.displacement_quantity : "0" }}
|
541
|
343
|
</span>
|
542
|
344
|
</td>
|
543
|
345
|
<td>
|
|
@@ -547,17 +349,11 @@
|
547
|
349
|
</td>
|
548
|
350
|
<td>
|
549
|
351
|
<span v-if="getTime(monitor.operate_time) != ''">
|
550
|
|
- {{
|
551
|
|
- monitor.transmembrane_pressure
|
552
|
|
- ? monitor.transmembrane_pressure
|
553
|
|
- : "0"
|
554
|
|
- }}
|
|
352
|
+ {{ monitor.transmembrane_pressure ? monitor.transmembrane_pressure : "0" }}
|
555
|
353
|
</span>
|
556
|
354
|
</td>
|
557
|
355
|
<td>
|
558
|
|
- {{ monitor.symptom }} {{ monitor.dispose }} {{
|
559
|
|
- monitor.result
|
560
|
|
- }}
|
|
356
|
+ {{ monitor.symptom }} {{ monitor.dispose }} {{ monitor.result }}
|
561
|
357
|
</td>
|
562
|
358
|
</tr>
|
563
|
359
|
</table>
|
|
@@ -587,11 +383,7 @@
|
587
|
383
|
<p style="height:20px;line-height:20px">上次透后体重</p>
|
588
|
384
|
</td>
|
589
|
385
|
<td style="width:60px;height:40px">
|
590
|
|
- {{
|
591
|
|
- assessmentafter.weight_after
|
592
|
|
- ? assessmentafter.weight_after
|
593
|
|
- : "0"
|
594
|
|
- }}kg
|
|
386
|
+ {{ assessmentafter.weight_after ? assessmentafter.weight_after : "0" }}kg
|
595
|
387
|
</td>
|
596
|
388
|
</tr>
|
597
|
389
|
|
|
@@ -600,90 +392,37 @@
|
600
|
392
|
<td>
|
601
|
393
|
<span v-if="advice.parent_id > 0">---></span>
|
602
|
394
|
<span>{{ advice.advice_name }}</span>
|
603
|
|
- <span v-if="advice && advice.advice_desc"
|
604
|
|
- >({{ advice.advice_desc }}{{ advice.drug_spec_unit }})</span
|
605
|
|
- >
|
606
|
|
- <span v-if="advice.prescribing_number">
|
607
|
|
- {{ advice.prescribing_number
|
608
|
|
- }}{{ advice.prescribing_number_unit }}</span
|
609
|
|
- >
|
610
|
|
- <span v-if="advice.single_dose != 0">
|
611
|
|
- {{ advice.single_dose }}{{ advice.single_dose_unit }}</span
|
612
|
|
- >
|
613
|
|
- <span v-if="advice.parent_id == 0">{{
|
614
|
|
- advice.delivery_way
|
615
|
|
- }}</span>
|
616
|
|
- <span v-if="advice.parent_id == 0">{{
|
617
|
|
- advice.execution_frequency
|
618
|
|
- }}</span>
|
|
395
|
+ <span v-if="advice && advice.advice_desc">({{ advice.advice_desc }}{{ advice.drug_spec_unit }})</span>
|
|
396
|
+ <span v-if="advice.prescribing_number"> {{ advice.prescribing_number }}{{ advice.prescribing_number_unit }}</span>
|
|
397
|
+ <span v-if="advice.single_dose != 0">{{ advice.single_dose }}{{ advice.single_dose_unit }}</span>
|
|
398
|
+ <span v-if="advice.parent_id == 0">{{ advice.delivery_way }}</span>
|
|
399
|
+ <span v-if="advice.parent_id == 0">{{ advice.execution_frequency }}</span>
|
619
|
400
|
</td>
|
620
|
401
|
<td>
|
621
|
|
- <span v-if="setAdminUserES(advice.advice_doctor) == ''">{{
|
622
|
|
- getAdminUser(advice.advice_doctor)
|
623
|
|
- }}</span>
|
624
|
|
- <img
|
625
|
|
- style="height:40px;"
|
626
|
|
- :src="setAdminUserES(advice.advice_doctor)"
|
627
|
|
- alt=""
|
628
|
|
- srcset=""
|
629
|
|
- v-else
|
630
|
|
- />
|
|
402
|
+ <span v-if="setAdminUserES(advice.advice_doctor) == ''">{{ getAdminUser(advice.advice_doctor) }}</span>
|
|
403
|
+ <img style="height:40px;" :src="setAdminUserES(advice.advice_doctor)" alt="" srcset="" v-else />
|
631
|
404
|
</td>
|
632
|
405
|
<td>{{ getTime(advice.execution_time, "{y}-{m}-{d} {h}:{i}") }}</td>
|
633
|
406
|
<td>
|
634
|
|
- <span v-if="setAdminUserES(advice.execution_staff) == ''">{{
|
635
|
|
- getAdminUser(advice.execution_staff)
|
636
|
|
- }}</span>
|
637
|
|
- <img
|
638
|
|
- style="height:40px;"
|
639
|
|
- :src="setAdminUserES(advice.execution_staff)"
|
640
|
|
- alt=""
|
641
|
|
- srcset=""
|
642
|
|
- v-else
|
643
|
|
- />
|
|
407
|
+ <span v-if="setAdminUserES(advice.execution_staff) == ''">{{ getAdminUser(advice.execution_staff) }}</span>
|
|
408
|
+ <img style="height:40px;" :src="setAdminUserES(advice.execution_staff)" alt="" srcset="" v-else />
|
644
|
409
|
</td>
|
645
|
410
|
<td>
|
646
|
|
- <span v-if="setAdminUserES(advice.checker) == ''">{{
|
647
|
|
- getAdminUser(advice.checker)
|
648
|
|
- }}</span>
|
649
|
|
- <img
|
650
|
|
- style="height:40px;"
|
651
|
|
- :src="setAdminUserES(advice.checker)"
|
652
|
|
- alt=""
|
653
|
|
- srcset=""
|
654
|
|
- v-else
|
655
|
|
- />
|
|
411
|
+ <span v-if="setAdminUserES(advice.checker) == ''">{{ getAdminUser(advice.checker) }}</span>
|
|
412
|
+ <img style="height:40px;" :src="setAdminUserES(advice.checker)" alt="" srcset="" v-else />
|
656
|
413
|
</td>
|
657
|
414
|
<td v-if="advice_index === 0">透前体重:</td>
|
658
|
415
|
<td v-if="advice_index === 0">{{ predialysis.weight_before }}kg</td>
|
659
|
416
|
<td v-if="advice_index === 1">体重增加量:</td>
|
660
|
|
- <td v-if="advice_index === 1">
|
661
|
|
- {{
|
662
|
|
- (
|
663
|
|
- predialysis.weight_before - assessmentafter.weight_after
|
664
|
|
- ).toFixed(1)
|
665
|
|
- }}kg
|
666
|
|
- </td>
|
|
417
|
+ <td v-if="advice_index === 1">{{ (predialysis.weight_before - assessmentafter.weight_after).toFixed(1) }}kg</td>
|
667
|
418
|
<td v-if="advice_index === 2">干体重(DW):</td>
|
668
|
419
|
<td v-if="advice_index === 2">{{ predialysis.dry_weight }}kg</td>
|
669
|
420
|
<td v-if="advice_index === 3">较干体重增加量:</td>
|
670
|
|
- <td v-if="advice_index === 3">
|
671
|
|
- {{
|
672
|
|
- (
|
673
|
|
- predialysis.weight_before -
|
674
|
|
- predialysis.dry_weight -
|
675
|
|
- predialysis.additional_weight
|
676
|
|
- ).toFixed(2)
|
677
|
|
- }}kg
|
678
|
|
- </td>
|
|
421
|
+ <td v-if="advice_index === 3">{{ (predialysis.weight_before - predialysis.dry_weight - predialysis.additional_weight).toFixed(2) }}kg</td>
|
679
|
422
|
<td v-if="advice_index === 4">净脱水量:</td>
|
680
|
|
- <td v-if="advice_index === 4">
|
681
|
|
- {{ afterdialysis.actual_ultrafiltration }}L
|
682
|
|
- </td>
|
|
423
|
+ <td v-if="advice_index === 4">{{ afterdialysis.actual_ultrafiltration }}L</td>
|
683
|
424
|
<td v-if="advice_index === 5">透后体重:</td>
|
684
|
|
- <td v-if="advice_index === 5">
|
685
|
|
- {{ afterdialysis.weight_after }}kg
|
686
|
|
- </td>
|
|
425
|
+ <td v-if="advice_index === 5">{{ afterdialysis.weight_after }}kg</td>
|
687
|
426
|
</tr>
|
688
|
427
|
</tbody>
|
689
|
428
|
</table>
|
|
@@ -693,53 +432,24 @@
|
693
|
432
|
<tr>
|
694
|
433
|
<td style="text-align:left;margin-left:15px;width:25%">
|
695
|
434
|
上机时间:
|
696
|
|
- <span class="under-line">
|
697
|
|
- {{
|
698
|
|
- getTime(Order.start_time, "{y}-{m}-{d} {h}:{i}")
|
699
|
|
- ? getTime(Order.start_time, "{y}-{m}-{d} {h}:{i}")
|
700
|
|
- : "0"
|
701
|
|
- }}</span
|
702
|
|
- >
|
|
435
|
+ <span class="under-line">{{ getTime(Order.start_time, "{y}-{m}-{d} {h}:{i}") ? getTime(Order.start_time, "{y}-{m}-{d} {h}:{i}") : "0" }}</span>
|
703
|
436
|
</td>
|
704
|
437
|
<td style="text-align:left;margin-left:15px;width:25%">
|
705
|
438
|
下机时间:
|
706
|
|
- <span class="under-line">{{
|
707
|
|
- getTime(Order.end_time, "{y}-{m}-{d} {h}:{i}")
|
708
|
|
- ? getTime(Order.end_time, "{y}-{m}-{d} {h}:{i}")
|
709
|
|
- : "0"
|
710
|
|
- }}</span>
|
|
439
|
+ <span class="under-line">{{ getTime(Order.end_time, "{y}-{m}-{d} {h}:{i}") ? getTime(Order.end_time, "{y}-{m}-{d} {h}:{i}") : "0" }}</span>
|
711
|
440
|
</td>
|
712
|
441
|
<td style="text-align:left;margin-left:15px;width:25%">
|
713
|
442
|
上机护士:
|
714
|
|
- <span class="under-line" v-if="orderForm.url === ''">{{
|
715
|
|
- orderForm.start_nurse ? orderForm.start_nurse : "/"
|
716
|
|
- }}</span>
|
717
|
|
- <span class="under-line" v-if="orderForm.url !== ''"
|
718
|
|
- ><img :src="orderForm.url" style="height:40px;"
|
719
|
|
- /></span>
|
|
443
|
+ <span class="under-line" v-if="orderForm.url === ''">{{ orderForm.start_nurse ? orderForm.start_nurse : "/" }}</span>
|
|
444
|
+ <span class="under-line" v-if="orderForm.url !== ''"><img :src="orderForm.url" style="height:40px;" /></span>
|
720
|
445
|
</td>
|
721
|
446
|
<td style="text-align:left;margin-left:15px;width:25%">
|
722
|
447
|
核对护士:
|
723
|
|
- <span class="under-line"
|
724
|
|
- >
|
725
|
|
- <span
|
726
|
|
- v-if="
|
727
|
|
- setAdminUserES(check == null ? 0 : check.modifier) == ''
|
728
|
|
- "
|
729
|
|
- >{{
|
730
|
|
- getAdminUser(check == null ? 0 : check.modifier)
|
731
|
|
- ? getAdminUser(check == null ? 0 : check.modifier)
|
732
|
|
- : "/"
|
733
|
|
- }}</span
|
734
|
|
- >
|
735
|
|
- <img
|
736
|
|
- class="es-img"
|
737
|
|
- :src="setAdminUserES(check == null ? 0 : check.modifier)"
|
738
|
|
- alt=""
|
739
|
|
- srcset=""
|
740
|
|
- style="height:40px"
|
741
|
|
- v-else
|
742
|
|
- />
|
|
448
|
+ <span class="under-line">
|
|
449
|
+ <span v-if="setAdminUserES(check == null ? 0 : check.modifier) == ''">
|
|
450
|
+ {{ getAdminUser(check == null ? 0 : check.modifier) ? getAdminUser(check == null ? 0 : check.modifier) : "/" }}
|
|
451
|
+ </span>
|
|
452
|
+ <img class="es-img" :src="setAdminUserES(check == null ? 0 : check.modifier)" alt="" srcset="" style="height:40px" v-else />
|
743
|
453
|
</span>
|
744
|
454
|
</td>
|
745
|
455
|
</tr>
|
|
@@ -747,129 +457,59 @@
|
747
|
457
|
<tr>
|
748
|
458
|
<td style="text-align:left;margin-left:15px;width:25%">
|
749
|
459
|
下机护士:
|
750
|
|
- <span class="under-line" v-if="finshForm.url === ''"
|
751
|
|
- > {{
|
752
|
|
- finshForm.finish_nurse ? finshForm.finish_nurse : "/"
|
753
|
|
- }}</span
|
754
|
|
- >
|
755
|
|
- <span class="under-line" v-if="finshForm.url !== ''"
|
756
|
|
- > <img :src="finshForm.url" style="height:40px;"
|
757
|
|
- /></span>
|
|
460
|
+ <span class="under-line" v-if="finshForm.url === ''"> {{ finshForm.finish_nurse ? finshForm.finish_nurse : "/" }}</span>
|
|
461
|
+ <span class="under-line" v-if="finshForm.url !== ''"> <img :src="finshForm.url" style="height:40px;" /></span>
|
758
|
462
|
</td>
|
759
|
463
|
<td style="text-align:left;margin-left:15px;width:25%">
|
760
|
464
|
下机血压:
|
761
|
|
- <span class="under-line"
|
762
|
|
- > {{ afterdialysis.systolic_blood_pressure }}/{{
|
763
|
|
- afterdialysis.diastolic_blood_pressure
|
764
|
|
- }} mmHg</span
|
765
|
|
- >
|
|
465
|
+ <span class="under-line">
|
|
466
|
+ {{ afterdialysis.systolic_blood_pressure }}/{{ afterdialysis.diastolic_blood_pressure }} mmHg
|
|
467
|
+ </span>
|
766
|
468
|
</td>
|
767
|
469
|
<td style="text-align:left;margin-left:15px;width:25%">
|
768
|
470
|
实际治疗时间:
|
769
|
|
- <span class="under-line"
|
770
|
|
- >
|
771
|
|
- {{
|
772
|
|
- afterdialysis.actual_treatment_hour
|
773
|
|
- ? afterdialysis.actual_treatment_hour
|
774
|
|
- : "0"
|
775
|
|
- }}小时{{
|
776
|
|
- afterdialysis.actual_treatment_minute
|
777
|
|
- ? afterdialysis.actual_treatment_minute
|
778
|
|
- : "0"
|
779
|
|
- }}分钟
|
|
471
|
+ <span class="under-line">
|
|
472
|
+ {{ afterdialysis.actual_treatment_hour ? afterdialysis.actual_treatment_hour : "0" }}小时
|
|
473
|
+ {{ afterdialysis.actual_treatment_minute ? afterdialysis.actual_treatment_minute : "0" }}分钟
|
780
|
474
|
</span>
|
781
|
475
|
</td>
|
782
|
476
|
<td style="text-align:left;margin-left:15px;width:25%">
|
783
|
477
|
实际超滤量:
|
784
|
|
- <span class="under-line"
|
785
|
|
- > {{
|
786
|
|
- afterdialysis.actual_ultrafiltration
|
787
|
|
- ? afterdialysis.actual_ultrafiltration
|
788
|
|
- : "0"
|
789
|
|
- }} L</span
|
790
|
|
- >
|
|
478
|
+ <span class="under-line">
|
|
479
|
+ {{ afterdialysis.actual_ultrafiltration ? afterdialysis.actual_ultrafiltration : "0" }} L</span>
|
791
|
480
|
</td>
|
792
|
481
|
</tr>
|
793
|
482
|
<tr>
|
794
|
483
|
<td style="text-align:left;margin-left:15px">
|
795
|
484
|
拔针后穿刺点渗血:
|
796
|
|
- <span
|
797
|
|
- class="under-line"
|
798
|
|
- v-if="afterdialysis.puncture_point_oozing_blood === 0"
|
799
|
|
- > /</span
|
800
|
|
- >
|
801
|
|
- <span
|
802
|
|
- class="under-line"
|
803
|
|
- v-if="afterdialysis.puncture_point_oozing_blood === 1"
|
804
|
|
- > 有</span
|
805
|
|
- >
|
806
|
|
- <span
|
807
|
|
- class="under-line"
|
808
|
|
- v-if="afterdialysis.puncture_point_oozing_blood === 2"
|
809
|
|
- > 无</span
|
810
|
|
- >
|
|
485
|
+ <span class="under-line" v-if="afterdialysis.puncture_point_oozing_blood === 0"> /</span>
|
|
486
|
+ <span class="under-line" v-if="afterdialysis.puncture_point_oozing_blood === 1"> 有</span>
|
|
487
|
+ <span class="under-line" v-if="afterdialysis.puncture_point_oozing_blood === 2"> 无</span>
|
811
|
488
|
</td>
|
812
|
489
|
<td style="text-align:left;margin-left:15px">
|
813
|
490
|
穿刺处血肿:
|
814
|
|
- <span
|
815
|
|
- class="under-line"
|
816
|
|
- v-if="afterdialysis.puncture_point_haematoma === 0"
|
817
|
|
- > /</span
|
818
|
|
- >
|
819
|
|
- <span
|
820
|
|
- class="under-line"
|
821
|
|
- v-if="afterdialysis.puncture_point_haematoma === 1"
|
822
|
|
- > 有</span
|
823
|
|
- >
|
824
|
|
- <span
|
825
|
|
- class="under-line"
|
826
|
|
- v-if="afterdialysis.puncture_point_haematoma === 2"
|
827
|
|
- > 无</span
|
828
|
|
- >
|
|
491
|
+ <span class="under-line" v-if="afterdialysis.puncture_point_haematoma === 0"> /</span>
|
|
492
|
+ <span class="under-line" v-if="afterdialysis.puncture_point_haematoma === 1"> 有</span>
|
|
493
|
+ <span class="under-line" v-if="afterdialysis.puncture_point_haematoma === 2"> 无</span>
|
829
|
494
|
</td>
|
830
|
495
|
<td :colspan="2" style="text-align:left;margin-left:15px">
|
831
|
496
|
压迫后内瘘震颤:
|
832
|
|
- <label-box
|
833
|
|
- :isChecked="
|
834
|
|
- afterdialysis.internal_fistula.indexOf('震颤-存在') > -1
|
835
|
|
- ? true
|
836
|
|
- : false
|
837
|
|
- "
|
838
|
|
- showValue="存在"
|
839
|
|
- ></label-box>
|
|
497
|
+ <label-box :isChecked=" afterdialysis.internal_fistula.indexOf('震颤-存在') > -1 ? true : false" showValue="存在"></label-box>
|
840
|
498
|
|
841
|
|
- <label-box
|
842
|
|
- :isChecked="
|
843
|
|
- afterdialysis.internal_fistula.indexOf('震颤-减弱') > -1
|
844
|
|
- ? true
|
845
|
|
- : false
|
846
|
|
- "
|
847
|
|
- showValue="减弱"
|
848
|
|
- ></label-box>
|
|
499
|
+ <label-box :isChecked="afterdialysis.internal_fistula.indexOf('震颤-减弱') > -1 ? true : false" showValue="减弱"></label-box>
|
849
|
500
|
|
850
|
|
- <label-box
|
851
|
|
- :isChecked="
|
852
|
|
- afterdialysis.internal_fistula.indexOf('震颤-无') > -1
|
853
|
|
- ? true
|
854
|
|
- : false
|
855
|
|
- "
|
856
|
|
- showValue="无"
|
857
|
|
- ></label-box>
|
|
501
|
+ <label-box :isChecked="afterdialysis.internal_fistula.indexOf('震颤-无') > -1 ? true : false" showValue="无"></label-box>
|
858
|
502
|
</td>
|
859
|
503
|
<td width="10"></td>
|
860
|
504
|
</tr>
|
861
|
505
|
<tr>
|
862
|
506
|
<td style="text-align:left;margin-left:15px;" colspan="2">
|
863
|
507
|
并发症:
|
864
|
|
- <span class="under-line"
|
865
|
|
- > {{ afterdialysis.complication }}</span
|
866
|
|
- >
|
|
508
|
+ <span class="under-line"> {{ afterdialysis.complication }}</span>
|
867
|
509
|
</td>
|
868
|
510
|
<td style="text-align:left;margin-left:15px" colspan="2">
|
869
|
511
|
透析器凝血:
|
870
|
|
- <span class="under-line">{{
|
871
|
|
- afterdialysis.cruor ? afterdialysis.cruor : "/"
|
872
|
|
- }}</span>
|
|
512
|
+ <span class="under-line">{{ afterdialysis.cruor ? afterdialysis.cruor : "/" }}</span>
|
873
|
513
|
</td>
|
874
|
514
|
</tr>
|
875
|
515
|
</table>
|
|
@@ -878,9 +518,7 @@
|
878
|
518
|
<tr>
|
879
|
519
|
<td style="text-align:left;margin-left:15px">
|
880
|
520
|
治疗小结:
|
881
|
|
- <span class="under-line"
|
882
|
|
- > {{ summary.dialysis_summary }}</span
|
883
|
|
- >
|
|
521
|
+ <span class="under-line"> {{ summary.dialysis_summary }}</span>
|
884
|
522
|
</td>
|
885
|
523
|
</tr>
|
886
|
524
|
</table>
|