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

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