|
@@ -55,15 +55,15 @@
|
|
<b class="p-2 border-right mr-2 bg-aliceblue" :class="claim.status === 'PICKED_UP' ? 'text-dark' : 'text-secondary'">@{{ claim.created }}</b>
|
|
<b class="p-2 border-right mr-2 bg-aliceblue" :class="claim.status === 'PICKED_UP' ? 'text-dark' : 'text-secondary'">@{{ claim.created }}</b>
|
|
|
|
|
|
<span class="text-secondary text-sm mr-1">Patient</span>
|
|
<span class="text-secondary text-sm mr-1">Patient</span>
|
|
- <span class="click-to-copy" title="Click to copy">@{{ claim.client }}</span>
|
|
|
|
|
|
+ <span class="" title="Click to copy">@{{ claim.client }}</span>
|
|
|
|
|
|
<span class="mx-2 text-secondary">/</span>
|
|
<span class="mx-2 text-secondary">/</span>
|
|
<span class="text-secondary text-sm mr-1">Pro</span>
|
|
<span class="text-secondary text-sm mr-1">Pro</span>
|
|
- <span class="click-to-copy" title="Click to copy">@{{ claim.claim_pro }}</span>
|
|
|
|
|
|
+ <span class="" title="Click to copy">@{{ claim.claim_pro }}</span>
|
|
|
|
|
|
<span class="mx-2 text-secondary">/</span>
|
|
<span class="mx-2 text-secondary">/</span>
|
|
<span class="text-secondary text-sm mr-1">CPT</span>
|
|
<span class="text-secondary text-sm mr-1">CPT</span>
|
|
- <span class="click-to-copy" title="Click to copy">@{{ claim.cpts }}</span>
|
|
|
|
|
|
+ <span class="" title="Click to copy">@{{ claim.cpts }}</span>
|
|
|
|
|
|
<span class="mx-2 text-secondary">/</span>
|
|
<span class="mx-2 text-secondary">/</span>
|
|
<span>@{{ claim.icds }} ICDs</span>
|
|
<span>@{{ claim.icds }} ICDs</span>
|
|
@@ -71,7 +71,7 @@
|
|
<span class="mx-2 text-secondary">/</span>
|
|
<span class="mx-2 text-secondary">/</span>
|
|
<div class="d-inline-flex align-items-center font-weight-bold text-secondary">
|
|
<div class="d-inline-flex align-items-center font-weight-bold text-secondary">
|
|
<span class="text-sm mr-1">$</span>
|
|
<span class="text-sm mr-1">$</span>
|
|
- <span class="click-to-copy" title="Click to copy">@{{ claim.expected_total ? claim.expected_total : 0 }}</span>
|
|
|
|
|
|
+ <span class="" title="Click to copy">@{{ claim.expected_total ? claim.expected_total : 0 }}</span>
|
|
</div>
|
|
</div>
|
|
<div class="ml-auto px-2" v-if="currentClaim && currentClaim.uid === claim.uid">
|
|
<div class="ml-auto px-2" v-if="currentClaim && currentClaim.uid === claim.uid">
|
|
<button v-if="claim.status !== 'PICKED_UP'"
|
|
<button v-if="claim.status !== 'PICKED_UP'"
|