|
@@ -554,42 +554,26 @@
|
554
|
554
|
</tr>
|
555
|
555
|
</tbody>
|
556
|
556
|
</table>
|
557
|
|
- <table class="table-box">
|
|
557
|
+ <table class="table-box" v-if='org_id !=10727'>
|
558
|
558
|
<tbody>
|
559
|
559
|
<tr >
|
560
|
|
- <!-- <td width="80" style="border:none;padding-left:5px">实际置换量:</td>
|
561
|
|
- <td width="60" style="text-align:left;border:none;">
|
|
560
|
+ <td width="70" style="border:none;padding-left:5px">透后症状:</td>
|
|
561
|
+ <td width="120" style="text-align:left;border:none;">
|
562
|
562
|
<div>
|
563
|
|
- <span class="under_line" style="width:50px;display:inline-block">
|
564
|
|
- {{ afterdialysis.actual_displacement ? afterdialysis.actual_displacement : "" }}
|
565
|
|
- </span>L
|
|
563
|
+ <span class="under_line" style="width:100px;display:inline-block">
|
|
564
|
+ {{ afterdialysis.symptom_after_dialysis ? afterdialysis.symptom_after_dialysis : "" }}
|
|
565
|
+ </span>
|
566
|
566
|
</div>
|
567
|
|
- </td> -->
|
568
|
|
-
|
569
|
|
-
|
570
|
|
- <!-- <td width="50" style="text-align:left;border:none;"></td> -->
|
571
|
|
- <!-- <td width="110" style="text-align:left;border:none;"></td> -->
|
572
|
|
- <!-- <td width="120" style="border:none;padding-left:5px">透析期间进食:</td>
|
|
567
|
+ </td>
|
|
568
|
+ <td width="120" style="border:none;padding-left:5px">透析期间进食:</td>
|
573
|
569
|
<td width="120" style="text-align:left;border:none;">
|
574
|
570
|
<div>
|
575
|
571
|
<span class="under_line" style="width:120px;display:inline-block">
|
576
|
|
- <span v-if='afterdialysis.is_eat == 1'>是</span>
|
577
|
|
- <span v-if='afterdialysis.is_eat == 2'>否</span>
|
|
572
|
+ <span v-if='afterdialysis.is_eat == 1'>有</span>
|
|
573
|
+ <span v-if='afterdialysis.is_eat == 2'>无</span>
|
578
|
574
|
</span>
|
579
|
575
|
</div>
|
580
|
|
- </td> -->
|
581
|
|
- <!-- <td width='20'></td>
|
582
|
|
- <td width="70" style="border:none;padding-left:5px">透析进食:</td>
|
583
|
|
- <td width="70" style="text-align:left;border:none;">
|
584
|
|
- <div>
|
585
|
|
- <span class="under_line" style="width:50px;display:inline-block">
|
586
|
|
- {{ afterdialysis.is_eat == 1 && afterdialysis.dialysis_during ? afterdialysis.dialysis_during : '' }}
|
587
|
|
- </span>g
|
588
|
|
- </div>
|
589
|
576
|
</td>
|
590
|
|
- <td></td> -->
|
591
|
|
- <!-- <td width="10" style="text-align:left;border:none;"></td>
|
592
|
|
- <td width="110" style="text-align:left;border:none;"></td> -->
|
593
|
577
|
</tr>
|
594
|
578
|
</tbody>
|
595
|
579
|
</table>
|