forked from verdnatura/salix-front
warmFix fields with wrong name
This commit is contained in:
parent
61ae3edf18
commit
3051b13478
|
@ -242,7 +242,7 @@ watchEffect(selectedRows);
|
|||
/>
|
||||
<VnSelect
|
||||
url="InvoiceOutSerials"
|
||||
v-model="data.invoiceOutSerial"
|
||||
v-model="data.serial"
|
||||
:label="t('invoiceOutList.tableVisibleColumns.invoiceOutSerial')"
|
||||
:options="invoiceOutSerialsOptions"
|
||||
option-label="description"
|
||||
|
@ -254,7 +254,7 @@ watchEffect(selectedRows);
|
|||
/>
|
||||
<VnSelect
|
||||
url="TaxAreas"
|
||||
v-model="data.area"
|
||||
v-model="data.taxArea"
|
||||
:label="t('invoiceOutList.tableVisibleColumns.taxArea')"
|
||||
:options="taxAreasOptions"
|
||||
option-label="code"
|
||||
|
|
Loading…
Reference in New Issue