diff --git a/src/modules/03_logs/components/LogTable.vue b/src/modules/03_logs/components/LogTable.vue index 99162e4e..1c40dbdf 100644 --- a/src/modules/03_logs/components/LogTable.vue +++ b/src/modules/03_logs/components/LogTable.vue @@ -495,13 +495,7 @@ onMounted(async () => {
@@ -512,7 +506,7 @@ onMounted(async () => { :nodes="nodeTree" node-key="orgRootName" label-key="orgRootName" - :filter="filter" + :filter="filter.trim()" no-results-label="ไม่พบข้อมูลที่ค้นหา" no-nodes-label="ไม่มีข้อมูล" v-model:expanded="expanded" @@ -590,17 +584,17 @@ onMounted(async () => { style="display: flex" > + { }) " outlined - debounce="500" placeholder="ค้นหา" style="max-width: 200px" class="q-ml-sm" >