|
|
|
|
566
|
<td width="100">
|
566
|
<td width="100">
|
567
|
<label-box :isChecked="prescription.anticoagulant == '阿加曲班' ? true : false" showValue="阿加曲班"></label-box>
|
567
|
<label-box :isChecked="prescription.anticoagulant == '阿加曲班' ? true : false" showValue="阿加曲班"></label-box>
|
568
|
</td>
|
568
|
</td>
|
|
|
569
|
+ <td width="100">
|
|
|
570
|
+ <label-box :isChecked="prescription.anticoagulant == '普通肝素' ? true : false" showValue="普通肝素"></label-box>
|
|
|
571
|
+ </td>
|
569
|
<td width="10">(</td>
|
572
|
<td width="10">(</td>
|
570
|
<td width="60">首剂量</td>
|
573
|
<td width="60">首剂量</td>
|
571
|
<td width="60">
|
574
|
<td width="60">
|
572
|
- <div class="under-line"> {{ prescription.anticoagulant == '阿加曲班' && prescription.anticoagulant_shouji ? prescription.anticoagulant_shouji : "" }}</div>
|
|
|
|
|
575
|
+ <div class="under-line"> {{ (prescription.anticoagulant == '阿加曲班' || prescription.anticoagulant == '普通肝素') && prescription.anticoagulant_shouji ? prescription.anticoagulant_shouji : "" }}</div>
|
573
|
</td>
|
576
|
</td>
|
574
|
<td width="10">mg,</td>
|
577
|
<td width="10">mg,</td>
|
575
|
<td width="60">追加量</td>
|
578
|
<td width="60">追加量</td>
|
576
|
<td width="60">
|
579
|
<td width="60">
|
577
|
- <div class="under-line"> {{ prescription.anticoagulant == '阿加曲班' && prescription.anticoagulant_weichi ? prescription.anticoagulant_weichi : "" }}</div>
|
|
|
|
|
580
|
+ <div class="under-line"> {{ (prescription.anticoagulant == '阿加曲班' || prescription.anticoagulant == '普通肝素') && prescription.anticoagulant_weichi ? prescription.anticoagulant_weichi : "" }}</div>
|
578
|
</td>
|
581
|
</td>
|
579
|
<td width="10">mg/h</td>
|
582
|
<td width="10">mg/h</td>
|
580
|
<td width="10">)</td>
|
583
|
<td width="10">)</td>
|