แก้คำ
This commit is contained in:
parent
5bf9582415
commit
4fa34d11c8
1 changed files with 2 additions and 2 deletions
|
|
@ -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: "รายปี" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue