fix:เเก้เรียกใช้

This commit is contained in:
Net 2024-04-05 18:21:25 +07:00
parent e39b821f67
commit b0ada91ac1

View file

@ -365,12 +365,12 @@ onMounted(() => {
</q-card-section>
<q-card-section>
<table-card-component :subBranch="true" :rows="rows" />
<TableCardComponent :subBranch="true" :rows="rows" />
</q-card-section>
</div>
<div class="col bordered full-height" style="overflow-y: auto">
<card-details-component class="q-pa-sm" />
<CardDetailsComponent class="q-pa-sm" />
</div>
</q-card-section>
</q-card>