|
@@ -351,7 +351,7 @@
|
|
|
<div v-else>-</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div class="pb-2 d-flex align-items-center">
|
|
|
+ <div class="pb-2 d-flex align-items-center" v-if="currentPrescription.has_hcp_pro_signed">
|
|
|
<span class="min-width-140px text-secondary text-sm">PDF</span>
|
|
|
<div class="d-inline-flex align-items-baseline">
|
|
|
<a class="pdf-viewer-trigger" native target="_blank"
|
|
@@ -366,7 +366,7 @@
|
|
|
<div v-if="!currentPrescription.has_hcp_pro_signed">
|
|
|
<hr class="my-2">
|
|
|
<div v-if="currentPrescription.pro_declared_status === 'CANCELLED'" class="text-secondary font-weight-bold">CANCELLED</div>
|
|
|
- <a v-else href="#" class="text-danger d-block" v-on:click.prevent="cancelItem()">Cancel</a>
|
|
|
+ <a v-else href="#" class="text-danger d-block" v-on:click.prevent="cancelItem()">Remove eRx</a>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|