This commit is contained in:
parent
1b65ec7c38
commit
26506c1f9f
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue