fix: refs #7134 minor change
This commit is contained in:
parent
fce1068fbb
commit
edceac850d
|
@ -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 }}: {{ scope.opt.bank }}
|
||||
{{ scope.opt.id }} {{ scope.opt.bank }}
|
||||
</QItemLabel>
|
||||
</QItemSection>
|
||||
</QItem>
|
||||
|
|
Loading…
Reference in New Issue