Merge branch 'develop' into devTee

This commit is contained in:
setthawutttty 2024-12-04 09:45:27 +07:00
commit 7ab17d378f
35 changed files with 297 additions and 148 deletions

View file

@ -211,11 +211,10 @@ onMounted(async () => {
outlined
v-model="filter"
label="ค้นหา"
debounce="300"
@keydown.enter.prevent="filterFn"
>
<template v-slot:append>
<q-icon name="search" />
<q-icon name="search" />
</template>
</q-input>