Ticket components #522

Merged
jsegarra merged 8 commits from :feature/TicketComponents into dev 2024-07-08 08:15:01 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit e2054c2eb7 - Show all commits

View File

@ -305,7 +305,7 @@ onUnmounted(() => (stateStore.rightDrawer = false));
<template #body-cell-item="{ row }">
<QTd>
<QBtn flat color="primary">
{{ row.itemFk }}
<span class="link">{{ row.itemFk }}</span>
<ItemDescriptorProxy :id="row.itemFk" />
</QBtn>
</QTd>