แก้คำ

This commit is contained in:
Warunee Tamkoo 2024-12-04 17:10:32 +07:00
parent 5bf9582415
commit 4fa34d11c8

View file

@ -26,8 +26,8 @@ const dateEnd = ref<Date>(new Date(year.value + 1, 8, 30));
const employeeClass = ref<string>("employee");
const yearType = ref<string>("FULL");
const employeeClassMain = ref<DataOption[]>([
{ id: "employee", name: "ลูกจ้างประจำ" },
{ id: "officer", name: "ข้าราชการ" },
{ id: "employee", name: "ลูกจ้างประจำ กทม." },
{ id: "officer", name: "ข้าราชการ กทม. สามัญ" },
]);
const yearTypeOptionMain = ref<DataOption[]>([
{ id: "FULL", name: "รายปี" },