fix
This commit is contained in:
parent
3f081cee50
commit
d6508b7201
@ -160,7 +160,7 @@ const close = () => {
|
|||||||
:color="getStatusColor(item.status)"
|
:color="getStatusColor(item.status)"
|
||||||
density="comfortable"
|
density="comfortable"
|
||||||
>
|
>
|
||||||
{{ getStatusColor(item.status) }}
|
{{ item.status}}
|
||||||
</VChip>
|
</VChip>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
@ -156,11 +156,12 @@ const close = () => {
|
|||||||
<!-- full name -->
|
<!-- full name -->
|
||||||
<!-- status -->
|
<!-- status -->
|
||||||
<template #item.status="{ item }">
|
<template #item.status="{ item }">
|
||||||
|
|
||||||
<VChip
|
<VChip
|
||||||
:color="getStatusColor(item.status)"
|
:color="getStatusColor(item.status)"
|
||||||
density="comfortable"
|
density="comfortable"
|
||||||
>
|
>
|
||||||
{{ getStatusColor(item.status) }}
|
{{ item.status}}
|
||||||
</VChip>
|
</VChip>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user