forked from verdnatura/salix-front
fix: refs #7401 fix routeForm
This commit is contained in:
parent
ed60793381
commit
2d8eecca1c
|
@ -120,7 +120,7 @@ const onSave = (data, response) => {
|
|||
@on-data-saved="onSave"
|
||||
>
|
||||
<template #form="{ data }">
|
||||
<VnRow class="row q-gutter-md q-mb-md">
|
||||
<VnRow>
|
||||
<VnSelect
|
||||
:label="t('Worker')"
|
||||
v-model="data.workerFk"
|
||||
|
@ -205,15 +205,13 @@ const onSave = (data, response) => {
|
|||
</div>
|
||||
</VnRow>
|
||||
</template>
|
||||
<VnRow>
|
||||
<VnInput
|
||||
v-model="data.description"
|
||||
:label="t('Description')"
|
||||
type="textarea"
|
||||
:rows="3"
|
||||
clearable
|
||||
/>
|
||||
</VnRow>
|
||||
<VnInput
|
||||
v-model="data.description"
|
||||
:label="t('Description')"
|
||||
type="textarea"
|
||||
:rows="3"
|
||||
clearable
|
||||
/>
|
||||
</template>
|
||||
</FormModel>
|
||||
</template>
|
||||
|
|
Loading…
Reference in New Issue