7729-devToTest_2430 #554

Merged
alexm merged 401 commits from 7729-devToTest_2430 into test 2024-07-16 07:17:04 +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 }"> <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>