|
@@ -19,16 +19,16 @@
|
|
<div id="proCallComponent">
|
|
<div id="proCallComponent">
|
|
|
|
|
|
<div class="d-flex align-items-center justify-content-center py-3 border-bottom">
|
|
<div class="d-flex align-items-center justify-content-center py-3 border-bottom">
|
|
- <span class="mr-3">
|
|
|
|
- {{ $pro->name_display }} | PRO
|
|
|
|
- </span>
|
|
|
|
|
|
+{{-- <span class="mr-3">--}}
|
|
|
|
+{{-- {{ $pro->name_display }} | PRO--}}
|
|
|
|
+{{-- </span>--}}
|
|
<button class="btn btn-sm btn-primary px-4 font-weight-bold stag-primary-bg stag-primary-border"
|
|
<button class="btn btn-sm btn-primary px-4 font-weight-bold stag-primary-bg stag-primary-border"
|
|
v-on:click.prevent="nextPatient()"
|
|
v-on:click.prevent="nextPatient()"
|
|
- :disabled="client || checkingForNextPatient || started">Next Patient</button>
|
|
|
|
- <span v-if="patientInQueue && !started" class="patient-in-q-alert text-warning text-sm ml-3 small">
|
|
|
|
|
|
+ :disabled="client || checkingForNextPatient || started || !(patientInQueue && !started)">Next Patient</button>
|
|
|
|
+ <span v-if="patientInQueue && !started" class="text-success text-sm ml-3 small">
|
|
<i class="fa fa-circle"></i>
|
|
<i class="fa fa-circle"></i>
|
|
</span>
|
|
</span>
|
|
- <span v-if="!patientInQueue && !started" class="text-success text-sm ml-3 small">
|
|
|
|
|
|
+ <span v-if="!patientInQueue && !started" class="text-secondary text-sm ml-3 small cancelled-item">
|
|
<i class="fa fa-circle"></i>
|
|
<i class="fa fa-circle"></i>
|
|
</span>
|
|
</span>
|
|
</div>
|
|
</div>
|