8622-testToMaster #1411

Merged
alexm merged 746 commits from 8622-testToMaster into master 2025-02-18 07:54:25 +00:00
1 changed files with 1 additions and 2 deletions
Showing only changes of commit edceac850d - Show all commits

View File

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