7489-testToMaster #408

Merged
alexm merged 292 commits from 7489-testToMaster into master 2024-05-28 05:33:17 +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>