แก้เเสดง

This commit is contained in:
setthawutttty 2024-11-06 11:10:25 +07:00
parent 335cc52ba0
commit 947e1f4882
15 changed files with 26 additions and 183 deletions

View file

@ -276,13 +276,12 @@ onMounted(() => {
:display-value="$q.lang.table.columns"
/>
</q-toolbar>
<div v-if="rows.length != 0">
<d-table
flat
dense
bordered
virtual-scroll
:rows="rows"
:rows="rows.length !== 0 ? rows:[]"
:columns="columns"
:grid="!mode"
:filter="filter"
@ -364,17 +363,7 @@ onMounted(() => {
</div>
</template>
</d-table>
</div>
<div v-else>
<div class="col-12">
<q-card
class="full-width row flex-center q-pa-sm rounded-borders text-weight-medium"
bordered
>
ไมพบขอม
</q-card>
</div>
</div>
</div>
<DialogHistory
v-model:modal="modalHistory"