fix
This commit is contained in:
parent
3a25dffabc
commit
19ee008368
@ -47,7 +47,7 @@ const headers = [
|
||||
{ key: 'start_time', title: 'Start Time' },
|
||||
{ key: 'end_time', title: 'End Time' },
|
||||
{ key: 'duration', title: 'Duration' },
|
||||
{ title: 'ACTIONS', key: 'actions' },
|
||||
// { title: 'ACTIONS', key: 'actions' },
|
||||
];
|
||||
|
||||
|
||||
|
@ -113,20 +113,8 @@ onMounted(async () => {
|
||||
</h5>
|
||||
|
||||
<!-- 👉 Role chip -->
|
||||
<VChip
|
||||
:color="resolveUserRoleVariant('Patient').color"
|
||||
size="small"
|
||||
class="text-capitalize mt-4"
|
||||
>
|
||||
Patient
|
||||
</VChip>
|
||||
<VChip
|
||||
size="small"
|
||||
:color="resolveUserStatusVariant('active')"
|
||||
class="text-capitalize mt-4"
|
||||
>
|
||||
Active
|
||||
</VChip>
|
||||
|
||||
|
||||
<div class="mt-3">
|
||||
<span class="font-weight-medium" style="float: left;">
|
||||
Profile Status:
|
||||
|
@ -95,20 +95,14 @@ const resolveUserRoleVariant = role => {
|
||||
</h5>
|
||||
|
||||
<!-- 👉 Role chip -->
|
||||
<VChip
|
||||
:color="resolveUserRoleVariant('Provider').color"
|
||||
size="small"
|
||||
class="text-capitalize mt-4"
|
||||
>
|
||||
Provider
|
||||
</VChip>
|
||||
<VChip
|
||||
|
||||
<!-- <VChip
|
||||
:color="resolveUserStatusVariant(props.userData.telemed.status==1?'Active':'InActive')"
|
||||
size="small"
|
||||
class="text-capitalize mt-4"
|
||||
>
|
||||
{{ props.userData.telemed.status==1?"Active":'InActive' }}
|
||||
</VChip>
|
||||
</VChip>-->
|
||||
</VCardText>
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user