fix
This commit is contained in:
parent
8514c7915a
commit
8e59b33d1d
@ -84,7 +84,13 @@ const downloadImage = async (imageUrl) => {
|
||||
|
||||
<!-- 👉 Content -->
|
||||
<div class="app-timeline-text mb-1">
|
||||
<span>{{ p_note.provider_name }}</span>
|
||||
<router-link
|
||||
:to="{ name: 'admin-provider-profile', params: { id: p_note.provider_id } }"
|
||||
class=""
|
||||
>
|
||||
<span class="">{{ p_note.provider_name }}</span>
|
||||
</router-link>
|
||||
|
||||
<VIcon
|
||||
size="20"
|
||||
icon="tabler-arrow-right"
|
||||
|
Loading…
Reference in New Issue
Block a user