This commit is contained in:
2026-04-15 20:03:19 +05:00
parent f8b1bc7369
commit 7c992ed12e
12 changed files with 98 additions and 12 deletions

View File

@@ -71,9 +71,10 @@
></i>
&nbsp;
</b>
<span>
<span class="d-flex align-items-center">
<b>ID: {{ data.id }} </b>
{{ data.category }}
<img v-if="data.image_url" :src="data.image_url" style="width: 30px; height: 30px; object-fit: cover; margin-left: 10px; border-radius: 4px;" alt="">
<span class="ml-1">{{ data.category }}</span>
</span>
<div class="ml-auto">

View File

@@ -130,7 +130,7 @@
width: 300px;
height: auto;
"
:src="category.image"
:src="category.image_url"
/>
</div>
</div>