|
@@ -452,14 +452,14 @@
|
452
|
452
|
</div>
|
453
|
453
|
|
454
|
454
|
<div class="inline_block">
|
455
|
|
-   静脉管道:
|
|
455
|
+ 静脉管道:
|
456
|
456
|
<check-box text="0" :checked="afterdialysis.intravenous_tube == 1?true:false"></check-box>
|
457
|
457
|
<check-box text="+" :checked="afterdialysis.intravenous_tube == 2?true:false"></check-box>
|
458
|
458
|
<check-box text="++" :checked="afterdialysis.intravenous_tube == 3?true:false"></check-box>
|
459
|
459
|
<check-box text="+++" :checked="afterdialysis.intravenous_tube == 4?true:false"></check-box>
|
460
|
460
|
</div>
|
461
|
461
|
<div class="inline_block">
|
462
|
|
-  透析器:
|
|
462
|
+ 透析器:
|
463
|
463
|
<check-box text="0" :checked="afterdialysis.dialyzer == 1?true:false"></check-box>
|
464
|
464
|
<check-box text="+" :checked="afterdialysis.dialyzer == 2?true:false"></check-box>
|
465
|
465
|
<check-box text="++" :checked="afterdialysis.dialyzer == 3?true:false"></check-box>
|