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