fix: refs #7134 minor change

This commit is contained in:
Javier Segarra 2025-01-13 22:52:06 +01:00
parent fce1068fbb
commit edceac850d
1 changed files with 1 additions and 2 deletions

View File

@ -46,7 +46,6 @@ defineProps({
option-label="bank" option-label="bank"
:include="{ relation: 'accountingType' }" :include="{ relation: 'accountingType' }"
sort-by="id" sort-by="id"
:limit="0"
dense dense
outlined outlined
rounded rounded
@ -55,7 +54,7 @@ defineProps({
<QItem v-bind="scope.itemProps"> <QItem v-bind="scope.itemProps">
<QItemSection> <QItemSection>
<QItemLabel> <QItemLabel>
{{ scope.opt.id }}:&ensp;{{ scope.opt.bank }} {{ scope.opt.id }} {{ scope.opt.bank }}
</QItemLabel> </QItemLabel>
</QItemSection> </QItemSection>
</QItem> </QItem>