|
@@ -194,6 +194,45 @@
|
194
|
194
|
<div class="under_line" style="width: 100px;text-align: center;font-weight:600;" v-if="prescription.mode_id==5">
|
195
|
195
|
HF
|
196
|
196
|
</div>
|
|
197
|
+ <div class="under_line" style="width: 100px;text-align: center;font-weight:600;" v-if="prescription.mode_id==6">
|
|
198
|
+ SCUF
|
|
199
|
+ </div>
|
|
200
|
+ <div class="under_line" style="width: 100px;text-align: center;font-weight:600;" v-if="prescription.mode_id==7">
|
|
201
|
+ IUF
|
|
202
|
+ </div>
|
|
203
|
+ <div class="under_line" style="width: 100px;text-align: center;font-weight:600;" v-if="prescription.mode_id==8">
|
|
204
|
+ HFHD
|
|
205
|
+ </div>
|
|
206
|
+ <div class="under_line" style="width: 100px;text-align: center;font-weight:600;" v-if="prescription.mode_id==9">
|
|
207
|
+ HFHD+HP
|
|
208
|
+ </div>
|
|
209
|
+ <div class="under_line" style="width: 100px;text-align: center;font-weight:600;" v-if="prescription.mode_id==10">
|
|
210
|
+ PHF
|
|
211
|
+ </div>
|
|
212
|
+ <div class="under_line" style="width: 100px;text-align: center;font-weight:600;" v-if="prescription.mode_id==11">
|
|
213
|
+ HFR
|
|
214
|
+ </div>
|
|
215
|
+ <div class="under_line" style="width: 100px;text-align: center;font-weight:600;" v-if="prescription.mode_id==12">
|
|
216
|
+ HDF+HP
|
|
217
|
+ </div>
|
|
218
|
+ <div class="under_line" style="width: 100px;text-align: center;font-weight:600;" v-if="prescription.mode_id==13">
|
|
219
|
+ CRRT
|
|
220
|
+ </div>
|
|
221
|
+ <div class="under_line" style="width: 100px;text-align: center;font-weight:600;" v-if="prescription.mode_id==14">
|
|
222
|
+ 腹水回输
|
|
223
|
+ </div>
|
|
224
|
+ <div class="under_line" style="width: 100px;text-align: center;font-weight:600;" v-if="prescription.mode_id==15">
|
|
225
|
+ HD前置换
|
|
226
|
+ </div>
|
|
227
|
+ <div class="under_line" style="width: 100px;text-align: center;font-weight:600;" v-if="prescription.mode_id==16">
|
|
228
|
+ HD后置换
|
|
229
|
+ </div>
|
|
230
|
+ <div class="under_line" style="width: 100px;text-align: center;font-weight:600;" v-if="prescription.mode_id==17">
|
|
231
|
+ HDF前置换
|
|
232
|
+ </div>
|
|
233
|
+ <div class="under_line" style="width: 100px;text-align: center;font-weight:600;" v-if="prescription.mode_id==18">
|
|
234
|
+ HDF后置换
|
|
235
|
+ </div>
|
197
|
236
|
</div>
|
198
|
237
|
|
199
|
238
|
<div class="inline_block" style="margin-left:10px;flex:1;">
|
|
@@ -350,7 +389,7 @@
|
350
|
389
|
<td style="padding: 0; position: relative;" colspan="2">
|
351
|
390
|
<table class="inside_table">
|
352
|
391
|
<tbody>
|
353
|
|
- <tr><td :colspan="(prescription.mode_id==2 || prescription.mode_id==5) ? 12 :11" style="letter-spacing:5px;text-align:center;font-weight:520;font-size:16px;padding: 6px 8px;line-height: 30px;">治疗纪录</td></tr>
|
|
392
|
+ <tr><td :colspan="(prescription.mode_id==2 || prescription.mode_id==5 || prescription.mode_id== 12) ? 12 :11" style="letter-spacing:5px;text-align:center;font-weight:520;font-size:16px;padding: 6px 8px;line-height: 30px;">治疗纪录</td></tr>
|
354
|
393
|
<tr>
|
355
|
394
|
<td width="60">时间</td>
|
356
|
395
|
<td width="60">血压<br/>(mmHg)</td>
|
|
@@ -362,7 +401,7 @@
|
362
|
401
|
<td width="60">透析液温度(°C)</td>
|
363
|
402
|
<td width="50">电导度<br/>(ms/cm)</td>
|
364
|
403
|
<td width="50">超滤量<br/>(ml)</td>
|
365
|
|
- <td v-if="prescription.mode_id==2 || prescription.mode_id==5" width="50">置换量<br/>(ml)</td>
|
|
404
|
+ <td v-if="prescription.mode_id==2 || prescription.mode_id==5 || prescription.mode_id== 12" width="50">置换量<br/>(ml)</td>
|
366
|
405
|
<td width="200">病情变化及处理</td>
|
367
|
406
|
|
368
|
407
|
<!-- <td width="100">时间</td>
|
|
@@ -389,7 +428,7 @@
|
389
|
428
|
<td>{{monitor.dialysate_temperature?monitor.dialysate_temperature:''}}</td>
|
390
|
429
|
<td>{{monitor.sodium_concentration?monitor.sodium_concentration:''}}</td>
|
391
|
430
|
<td>{{monitor.ultrafiltration_volume?monitor.ultrafiltration_volume:0}}</td>
|
392
|
|
- <td v-if="prescription.mode_id==2 || prescription.mode_id==5" width="50">{{monitor.displacement_quantity?monitor.displacement_quantity:0}}</td>
|
|
431
|
+ <td v-if="prescription.mode_id==2 || prescription.mode_id==5 || prescription.mode_id== 12" width="50">{{monitor.displacement_quantity?monitor.displacement_quantity:0}}</td>
|
393
|
432
|
<td style="line-height:16px;padding:0px;">
|
394
|
433
|
<div style="min-height:40px;line-height:40px; overflow:hidden;">
|
395
|
434
|
<span style="word-break: break-all;margin:0;line-height:16px;-webkit-line-clamp:3;overflow:visible;display:inline-block;vertical-align:middle;height:auto;">
|
|
@@ -411,7 +450,7 @@
|
411
|
450
|
<td> </td>
|
412
|
451
|
<td> </td>
|
413
|
452
|
<td> </td>
|
414
|
|
- <td v-if="prescription.mode_id==2 || prescription.mode_id==5" width="50"></td>
|
|
453
|
+ <td v-if="prescription.mode_id==2 || prescription.mode_id==5 || prescription.mode_id== 12" width="50"></td>
|
415
|
454
|
<td style="line-height:16px;padding:0px;"><div style="height:40px;line-height:20px; overflow:hidden;"><span style="word-break: break-all;margin:0;line-height:16px;-webkit-line-clamp:3;overflow:visible;display:inline-block;vertical-align:middle;height:auto;"> </span> </div></td>
|
416
|
455
|
</tr>
|
417
|
456
|
</tbody>
|