This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-05-20 09:23:46 +07:00
parent 3c037634a8
commit 98b081e9f4
42 changed files with 43 additions and 43 deletions

View file

@ -417,7 +417,7 @@ watch(
hide-bottom-space
dense
label="คำค้น"
@keydown.enter.pervent="(query.page = 1), searchInput(true)"
@keydown.enter.prevent="(query.page = 1), searchInput(true)"
>
<template v-slot:after>
<q-btn

View file

@ -259,7 +259,7 @@ watch(
outlined
v-model="filterKeyword"
label="ค้นหา"
@keydown.enter.pervent="serchDataTable"
@keydown.enter.prevent="serchDataTable"
>
<template v-slot:append>
<q-icon name="search" />

View file

@ -370,7 +370,7 @@ onMounted(async () => {
v-model="filter"
label="ค้นหา"
:style="mode ? `max-width: 200px` : `max-width: 150px`"
@keydown.enter.pervent="serchDataTable"
@keydown.enter.prevent="serchDataTable"
>
<template v-slot:append>
<q-icon name="search" />