|
@@ -218,12 +218,12 @@
|
218
|
218
|
<div class="row"
|
219
|
219
|
style="padding: 2px 0; line-height: 23px; display: flex"
|
220
|
220
|
>
|
221
|
|
- <div class="inline_block" style="flex: 1;">
|
|
221
|
+ <!-- <div class="inline_block" style="flex: 1;">
|
222
|
222
|
透析间期:
|
223
|
223
|
<div class="under_line" style=" width: 50%;text-align: center; white-space: normal;">
|
224
|
224
|
{{ predialysis.last_post_dialysis ? predialysis.last_post_dialysis : "/" }}
|
225
|
225
|
</div>
|
226
|
|
- </div>
|
|
226
|
+ </div> -->
|
227
|
227
|
<div class="inline_block" style=" flex: 1">
|
228
|
228
|
透前症状:
|
229
|
229
|
<div
|
|
@@ -314,8 +314,8 @@
|
314
|
314
|
class="under_line"
|
315
|
315
|
style=" width: 50%;text-align: center;white-space: normal;"
|
316
|
316
|
>
|
317
|
|
- {{ predialysis.weight_before > 0 && predialysis.weight_after > 0
|
318
|
|
- ? parseFloat(predialysis.weight_before - predialysis.weight_after).toFixed(2): "/"
|
|
317
|
+ {{ predialysis.weight_before > 0 && lastafterdialysis.weight_after > 0 ?
|
|
318
|
+ parseFloat(predialysis.weight_before - lastafterdialysis.weight_after).toFixed(2): "/"
|
319
|
319
|
}}
|
320
|
320
|
</div>kg
|
321
|
321
|
</div>
|