#7936 improve InvoiceIn #1004
|
@ -41,11 +41,7 @@ const columns = computed(() => [
|
|||
options: expenses.value,
|
||||
model: 'expenseFk',
|
||||
optionValue: 'id',
|
||||
optionLabel: (row) => {
|
||||
if (isNaN(row)) return `${row.id}: ${row.name}`;
|
||||
let label = expenses.value.find((expense) => expense.id == row);
|
||||
return `${label.id}: ${label.name}`;
|
||||
},
|
||||
optionLabel: (row) => `${row.id}: ${row.name}`,
|
||||
|
||||
sortable: true,
|
||||
align: 'left',
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue
Este no funciona al cargar, pone undefined @alexm no consigo encontrar el porque, necesitaría que lo miremos.
Vale, pido los cambios hasta este archivo