รายการการประเมินผลการปฏิบัติราชการระดับบุคคล => ปรับ UI

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-05-23 18:05:18 +07:00
parent 999b637a95
commit 718d5a6421
10 changed files with 162 additions and 97 deletions

View file

@ -205,11 +205,11 @@ watch([() => currentPage.value, () => pagination.value.rowsPerPage], () => {
</q-card>
</div>
<div>
<q-table
<d-table
ref="table"
flat
bordered
class="custom-table2"
v-bind="attrs"
virtual-scroll
:virtual-scroll-sticky-size-start="48"
@ -244,7 +244,7 @@ watch([() => currentPage.value, () => pagination.value.rowsPerPage], () => {
<template v-slot:item="props">
<slot v-bind="props" name="item"></slot>
</template>
</q-table>
</d-table>
</div>
</template>