fix
This commit is contained in:
parent
7ca8abc68e
commit
d112fac52c
@ -161,6 +161,17 @@ const options = [
|
|||||||
class="text-no-wrap"
|
class="text-no-wrap"
|
||||||
>
|
>
|
||||||
<template #item.id="{ item }">{{ item.id }}</template>
|
<template #item.id="{ item }">{{ item.id }}</template>
|
||||||
|
<template #item.provider_name="{ item }">
|
||||||
|
<div class="d-flex flex-column ms-3">
|
||||||
|
<router-link
|
||||||
|
:to="{ name: 'admin-provider-profile', params: { id: item.provider_id } }"
|
||||||
|
class="highlighted"
|
||||||
|
>
|
||||||
|
<span class="d-block font-weight-medium text-truncate">{{ item.provider_name }}</span>
|
||||||
|
</router-link>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</template>
|
||||||
<template #item.duration="{ item }">{{ item.duration }}</template>
|
<template #item.duration="{ item }">{{ item.duration }}</template>
|
||||||
<!-- Actions -->
|
<!-- Actions -->
|
||||||
<template #item.actions="{ item }">
|
<template #item.actions="{ item }">
|
||||||
|
Loading…
Reference in New Issue
Block a user