0
0
Fork 0

fix: Itemdescriptor .link

This commit is contained in:
Javier Segarra 2024-07-03 21:35:19 +02:00
parent 2b0b470120
commit e2054c2eb7
1 changed files with 1 additions and 1 deletions

View File

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