วินัย => fix bug

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-07-04 13:44:29 +07:00
parent 7a483649d4
commit 17b801eede
15 changed files with 197 additions and 90 deletions

View file

@ -116,6 +116,7 @@ watch([() => props.modal], () => {
v-if="filter !== ''"
name="clear"
class="cursor-pointer"
@click="filter = ''"
/>
</template>
</q-input>
@ -155,8 +156,7 @@ watch([() => props.modal], () => {
>
<template v-slot:header="props">
<q-tr :props="props">
<q-th auto-width>
</q-th>
<q-th auto-width> </q-th>
<q-th
v-for="col in props.cols"
:key="col.name"