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,