|
@@ -350,7 +350,7 @@
|
350
|
350
|
<td style="padding: 0; position: relative;" colspan="2">
|
351
|
351
|
<table class="inside_table">
|
352
|
352
|
<tbody>
|
353
|
|
- <tr><td colspan="11" style="letter-spacing:5px;text-align:center;font-weight:520;font-size:16px;padding: 6px 8px;line-height: 30px;">治疗纪录</td></tr>
|
|
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>
|
354
|
354
|
<tr>
|
355
|
355
|
<td width="60">时间</td>
|
356
|
356
|
<td width="60">血压<br/>(mmHg)</td>
|
|
@@ -362,6 +362,7 @@
|
362
|
362
|
<td width="60">透析液温度(°C)</td>
|
363
|
363
|
<td width="50">电导度<br/>(ms/cm)</td>
|
364
|
364
|
<td width="50">超滤量<br/>(ml)</td>
|
|
365
|
+ <td v-if="prescription.mode_id==2 || prescription.mode_id==5" width="50">置换量<br/>(ml)</td>
|
365
|
366
|
<td width="200">病情变化及处理</td>
|
366
|
367
|
|
367
|
368
|
<!-- <td width="100">时间</td>
|
|
@@ -388,6 +389,7 @@
|
388
|
389
|
<td>{{monitor.dialysate_temperature?monitor.dialysate_temperature:''}}</td>
|
389
|
390
|
<td>{{monitor.sodium_concentration?monitor.sodium_concentration:''}}</td>
|
390
|
391
|
<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>
|
391
|
393
|
<td style="line-height:16px;padding:0px;">
|
392
|
394
|
<div style="min-height:40px;line-height:40px; overflow:hidden;">
|
393
|
395
|
<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;">
|
|
@@ -409,6 +411,7 @@
|
409
|
411
|
<td> </td>
|
410
|
412
|
<td> </td>
|
411
|
413
|
<td> </td>
|
|
414
|
+ <td v-if="prescription.mode_id==2 || prescription.mode_id==5" width="50"></td>
|
412
|
415
|
<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>
|
413
|
416
|
</tr>
|
414
|
417
|
</tbody>
|