Merge branch 'develop' into devTee

This commit is contained in:
setthawutttty 2024-12-04 15:43:13 +07:00
commit 9001f79763
60 changed files with 841 additions and 716 deletions

View file

@ -260,7 +260,6 @@ watch(
borderless
outlined
dense
debounce="300"
v-model="filterKeyword2"
placeholder="ค้นหา"
@keydown.enter="onSearch"

View file

@ -274,7 +274,6 @@ watch(
borderless
outlined
dense
debounce="300"
v-model="filterKeyword2"
placeholder="ค้นหา"
@keydown.enter="onSearch"

View file

@ -240,7 +240,6 @@ function onSearch() {
borderless
outlined
dense
debounce="300"
v-model="filterKeyword2"
placeholder="ค้นหา"
@keydown.enter="onSearch"

View file

@ -248,7 +248,6 @@ watch(
borderless
outlined
dense
debounce="300"
v-model="filterKeyword2"
placeholder="ค้นหา"
@keydown.enter="onSearch"

View file

@ -268,7 +268,6 @@ watch(
borderless
outlined
dense
debounce="300"
v-model="filter"
placeholder="ค้นหา"
style="width: 200px; max-width: auto"

View file

@ -238,7 +238,6 @@ function onUpdateNewRows() {
ref="filterRef"
@update:model-value="updateInput"
outlined
debounce="300"
placeholder="ค้นหา"
style="max-width: 200px"
class="q-ml-sm"

View file

@ -193,7 +193,6 @@ watchEffect(() => {
borderless
outlined
dense
debounce="300"
:model-value="filterKeyword2"
@update:model-value="updateInput"
placeholder="ค้นหา"

View file

@ -201,7 +201,6 @@ watch(
borderless
outlined
dense
debounce="300"
v-model="filterKeyword2"
placeholder="ค้นหา"
@keydown.enter="onSearch"

View file

@ -176,7 +176,6 @@ watch(
borderless
outlined
dense
debounce="300"
v-model="filter"
placeholder="ค้นหา"
@keydown.enter="onSearch"