fix insignia type employee / officer

This commit is contained in:
Warunee Tamkoo 2025-05-30 13:00:53 +07:00
parent 231f0982cd
commit 8c65a8188a
4 changed files with 5 additions and 5 deletions

View file

@ -10,7 +10,7 @@ export const useInsigniaReclaimStore = defineStore("insigniaReclaim", () => {
const employeeClassData = ref<OptionData[]>([
{ name: "ทั้งหมด", id: "all" },
{ name: "ข้าราชการ กทม.สามัญ", id: "officer" },
{ name: "ลูกจ้างประจำ", id: "perm" },
{ name: "ลูกจ้างประจำ", id: "employee" },
]);
return {