fix bug
This commit is contained in:
parent
3c037634a8
commit
98b081e9f4
42 changed files with 43 additions and 43 deletions
|
|
@ -228,7 +228,7 @@ onMounted(async () => {
|
|||
v-model="filterKeyword"
|
||||
outlined
|
||||
placeholder="ค้นหา"
|
||||
@keydown.enter.pervent="serchDataTable"
|
||||
@keydown.enter.prevent="serchDataTable"
|
||||
>
|
||||
<template v-slot:append>
|
||||
<q-icon name="search" />
|
||||
|
|
|
|||
|
|
@ -355,7 +355,7 @@ onMounted(async () => {
|
|||
v-model="filterKeyword"
|
||||
ref="filterRef"
|
||||
outlined
|
||||
@keydown.enter.pervent="serchDataTable"
|
||||
@keydown.enter.prevent="serchDataTable"
|
||||
placeholder="ค้นหา"
|
||||
>
|
||||
<template v-slot:append>
|
||||
|
|
|
|||
|
|
@ -434,7 +434,7 @@ onMounted(() => {
|
|||
v-model="keyword"
|
||||
outlined
|
||||
placeholder="ค้นหา"
|
||||
@keydown.enter.pervent="serchDataTable"
|
||||
@keydown.enter.prevent="serchDataTable"
|
||||
>
|
||||
<template v-slot:append>
|
||||
<q-icon name="search" />
|
||||
|
|
|
|||
|
|
@ -284,7 +284,7 @@ watch(modal, (val) => {
|
|||
v-model="keyword"
|
||||
outlined
|
||||
placeholder="ค้นหา"
|
||||
@keydown.enter.pervent="serchDataTable"
|
||||
@keydown.enter.prevent="serchDataTable"
|
||||
>
|
||||
<template v-slot:append>
|
||||
<q-icon name="search" />
|
||||
|
|
|
|||
|
|
@ -734,7 +734,7 @@ onMounted(() => {
|
|||
placeholder="ค้นหา"
|
||||
style="max-width: 200px"
|
||||
class="q-ml-sm"
|
||||
@keydown.enter.pervent="serchDataTable"
|
||||
@keydown.enter.prevent="serchDataTable"
|
||||
>
|
||||
<template v-slot:append>
|
||||
<q-icon name="search" />
|
||||
|
|
@ -981,7 +981,7 @@ onMounted(() => {
|
|||
outlined
|
||||
v-model="filterPreview"
|
||||
label="ค้นหา"
|
||||
@keydown.enter.pervent="serchDataTableDailog"
|
||||
@keydown.enter.prevent="serchDataTableDailog"
|
||||
>
|
||||
<template v-slot:append>
|
||||
<q-icon name="search" />
|
||||
|
|
|
|||
|
|
@ -540,7 +540,7 @@ onMounted(async () => {
|
|||
v-model="filter"
|
||||
ref="filterRef"
|
||||
outlined
|
||||
@keydown.enter.pervent="serchDataTable"
|
||||
@keydown.enter.prevent="serchDataTable"
|
||||
placeholder="ค้นหา"
|
||||
style="max-width: 200px"
|
||||
class="q-ml-sm"
|
||||
|
|
|
|||
|
|
@ -545,7 +545,7 @@ onMounted(async () => {
|
|||
ref="filterRef"
|
||||
outlined
|
||||
placeholder="ค้นหา"
|
||||
@keydown.enter.pervent="serchDataTable"
|
||||
@keydown.enter.prevent="serchDataTable"
|
||||
>
|
||||
<template v-slot:append>
|
||||
<q-icon name="search" />
|
||||
|
|
|
|||
|
|
@ -453,7 +453,7 @@ onMounted(async () => {
|
|||
v-model="keyword"
|
||||
outlined
|
||||
placeholder="ค้นหา"
|
||||
@keydown.enter.pervent="onSearchDataReclaim()"
|
||||
@keydown.enter.prevent="onSearchDataReclaim()"
|
||||
>
|
||||
<template v-slot:append>
|
||||
<q-icon name="search" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue