#6877 - itemRequestMod #362

Merged
carlossa merged 6 commits from 6877-itemRequestMod into dev 2024-05-09 10:55:04 +00:00
1 changed files with 0 additions and 2 deletions
Showing only changes of commit 26506c1f9f - Show all commits

View File

@ -286,7 +286,6 @@ onBeforeMount(() => {
</template>
<template #body-cell-attender="{ row }">
<QTd>
{{ row.attenderFk }}
<VnSelect
v-model="row.attenderFk"
:options="workersOptions"
@ -294,7 +293,6 @@ onBeforeMount(() => {
option-label="firstName"
option-value="id"
dense
@update:model-value="(event) => (row.attenderFk = event)"
/>
</QTd>
</template>