From 1d37e1720d74e083b938c1d5b57356901703ee90 Mon Sep 17 00:00:00 2001 From: "DESKTOP-1R2VSQH\\Lenovo ThinkPad E490" Date: Thu, 19 Feb 2026 10:54:12 +0700 Subject: [PATCH] fix: keyword holdPositionOpsMain --- src/modules/21_report/views/02_reportRegistry.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/modules/21_report/views/02_reportRegistry.vue b/src/modules/21_report/views/02_reportRegistry.vue index d382a8359..69c2f3a5f 100644 --- a/src/modules/21_report/views/02_reportRegistry.vue +++ b/src/modules/21_report/views/02_reportRegistry.vue @@ -86,8 +86,8 @@ const holdPosition = ref(""); //ตำแหน่งทางการ const holdPositionOps = ref([]); //ตัวเลือกการครองตำแหน่ง const holdPositionOpsMain = ref([ { id: "", name: "ทั้งหมด" }, - { id: "hold", name: "ครองตำแหน่ง" }, - { id: "not-hold", name: "ไม่ครองตำแหน่ง" }, + { id: "hold", name: "ครอง" }, + { id: "not-hold", name: "ไม่ครอง" }, ]); //ตัวเลือกการครองตำแหน่ง /** สภานภาพ */ @@ -570,9 +570,9 @@ async function onSearch() { position: position.value, positionExecutive: positionExecutive.value, isCurrent: - holdPosition.value === "ครองตำแหน่ง" + holdPosition.value === "ครอง" ? true - : holdPosition.value === "ไม่ครองตำแหน่ง" + : holdPosition.value === "ไม่ครอง" ? false : undefined, gender: gender.value,