เพิ่มfilter keyword

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-04-26 16:56:31 +07:00
parent 1bfd3161b5
commit 53191acf4f
2 changed files with 13 additions and 3 deletions

View file

@ -328,6 +328,7 @@ onMounted(() => {
ref="filterRef"
outlined
placeholder="ค้นหา"
@keydown.enter.prevent="fetchListProjectNew"
>
<template v-slot:append>
<q-icon v-if="nodeData.keyword == ''" name="search" />
@ -363,7 +364,6 @@ onMounted(() => {
:columns="columns"
:rows="rows"
row-key="subject"
:filter="nodeData.keyword"
flat
bordered
dense