|
@@ -63,12 +63,12 @@
|
|
</tr>
|
|
</tr>
|
|
<tr>
|
|
<tr>
|
|
<th class="pl-2">Patients with claiming closed</th>
|
|
<th class="pl-2">Patients with claiming closed</th>
|
|
- <td class="px-2">{{patientsTotalWithClaimingClosed}} / {{ $patientsTotal }}</td>
|
|
|
|
|
|
+ <td class="px-2">{{$patientsTotalWithClaimingClosed}} / {{ $patientsTotal }}</td>
|
|
<td>
|
|
<td>
|
|
<div class="d-flex align-items-center">
|
|
<div class="d-flex align-items-center">
|
|
- <span class="fill-percent-value">{{round((patientsTotalWithClaimingClosed) *100/ $patientsTotal, 1)}}%</span>
|
|
|
|
|
|
+ <span class="fill-percent-value">{{round(($patientsTotalWithClaimingClosed) *100/ $patientsTotal, 1)}}%</span>
|
|
<div class="flex-grow-1 position-relative fill-bar">
|
|
<div class="flex-grow-1 position-relative fill-bar">
|
|
- <div class="bg-info position-absolute" style="left: 0; top: 0; height: 100%; width: {{ (patientsTotalWithClaimingClosed) * 100/ $patientsTotal }}%"></div>
|
|
|
|
|
|
+ <div class="bg-info position-absolute" style="left: 0; top: 0; height: 100%; width: {{ ($patientsTotalWithClaimingClosed) * 100/ $patientsTotal }}%"></div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</td>
|
|
</td>
|