|
@@ -605,7 +605,17 @@
|
605
|
605
|
<tr>
|
606
|
606
|
<td width='70'>抗凝方式</td>
|
607
|
607
|
<td width='100'>
|
608
|
|
- <label-box :isChecked="prescription.anticoagulant == 3 ? true : prescription.anticoagulant == 6 ? true : prescription.anticoagulant == 7 ? true : false" showValue="低分子肝素"></label-box>
|
|
608
|
+ <label-box :isChecked="prescription.anticoagulant == 3 ? true : false" showValue="低分子肝素"></label-box>
|
|
609
|
+ <label-box :isChecked="prescription.anticoagulant == 4 ? true : false" showValue="阿加曲班"></label-box>
|
|
610
|
+ <label-box :isChecked="prescription.anticoagulant == 5 ? true : false" showValue="枸橼酸钠"></label-box>
|
|
611
|
+ <label-box :isChecked="prescription.anticoagulant == 6 ? true : false" showValue="低分子肝素钙"></label-box>
|
|
612
|
+ <label-box :isChecked="prescription.anticoagulant == 7 ? true : false" showValue="低分子肝素钠"></label-box>
|
|
613
|
+ <label-box :isChecked="prescription.anticoagulant == 8 ? true : false" showValue="依诺肝素"></label-box>
|
|
614
|
+ <label-box :isChecked="prescription.anticoagulant == 9 ? true : false" showValue="达肝素"></label-box>
|
|
615
|
+ <label-box :isChecked="prescription.anticoagulant == 10 ? true : false" showValue="体外抗凝"></label-box>
|
|
616
|
+ <label-box :isChecked="prescription.anticoagulant == 11 ? true : false" showValue="那屈肝素"></label-box>
|
|
617
|
+ <label-box :isChecked="prescription.anticoagulant == 12 ? true : false" showValue="无抗凝剂"></label-box>
|
|
618
|
+ <label-box :isChecked="prescription.anticoagulant == 13 ? true : false" showValue="那屈肝素钙"></label-box>
|
609
|
619
|
</td>
|
610
|
620
|
<!-- <td width='100'>
|
611
|
621
|
<div class="under-line">
|