|
@@ -597,7 +597,7 @@
|
597
|
597
|
<tr>
|
598
|
598
|
<td width='70'>抗凝方式</td>
|
599
|
599
|
<td width='100'>
|
600
|
|
- <label-box :isChecked="prescription.anticoagulant == 6 ? true:false" showValue="低分子肝素"></label-box>
|
|
600
|
+ <label-box :isChecked="prescription.anticoagulant == 3 ? true : prescription.anticoagulant == 6 ? true : prescription.anticoagulant == 7 ? true : false" showValue="低分子肝素"></label-box>
|
601
|
601
|
</td>
|
602
|
602
|
<td width='100'>
|
603
|
603
|
<div class="under-line">
|
|
@@ -608,14 +608,14 @@
|
608
|
608
|
<td width='40'>首剂</td>
|
609
|
609
|
<td width='50'>
|
610
|
610
|
<div class="under-line">
|
611
|
|
- <span v-if="prescription.anticoagulant == 6">{{ prescription.anticoagulant_shouji }}</span>
|
|
611
|
+ <span v-if="prescription.anticoagulant == 3 || prescription.anticoagulant == 6 || prescription.anticoagulant == 7">{{ prescription.anticoagulant_shouji }}</span>
|
612
|
612
|
</div>
|
613
|
613
|
</td>
|
614
|
614
|
<td width='10'>IU</td>
|
615
|
615
|
<td width='40'>追加</td>
|
616
|
616
|
<td width='50'>
|
617
|
617
|
<div class="under-line">
|
618
|
|
- <span v-if="prescription.anticoagulant == 6">{{ prescription.anticoagulant_weichi }}</span>
|
|
618
|
+ <span v-if="prescription.anticoagulant == 3 || prescription.anticoagulant == 6 || prescription.anticoagulant == 7">{{ prescription.anticoagulant_weichi }}</span>
|
619
|
619
|
</div>
|
620
|
620
|
</td>
|
621
|
621
|
<td width='20'>IU/h</td>
|
|
@@ -626,7 +626,7 @@
|
626
|
626
|
<td width='40'>其他</td>
|
627
|
627
|
<td width='100'>
|
628
|
628
|
<div class="under-line">
|
629
|
|
- <span v-if="prescription.anticoagulant != 1 && prescription.anticoagulant != 2 && prescription.anticoagulant != 3 && prescription.anticoagulant != 6">
|
|
629
|
+ <span v-if="prescription.anticoagulant != 1 && prescription.anticoagulant != 2 && prescription.anticoagulant != 3 && prescription.anticoagulant != 6 && prescription.anticoagulant != 7">
|
630
|
630
|
{{ prescription.anticoagulant_name }}
|
631
|
631
|
</span>
|
632
|
632
|
</div>
|