ประเมิน

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-05-27 11:59:26 +07:00
parent 6b1a397ac6
commit 8d0ac4eb7c
4 changed files with 18 additions and 50 deletions

View file

@ -275,7 +275,7 @@ const isEditStep3 = computed(() => {
</q-card-section>
<q-separator />
<q-card-section class="q-pa-sm">
<q-table
<d-table
ref="table"
:columns="columns"
:rows="rows"
@ -431,7 +431,7 @@ const isEditStep3 = computed(() => {
</td>
</q-tr>
</template>
</q-table>
</d-table>
</q-card-section>
</q-card>