ปรับ option ค้นหาสถานภาพ บัญชีแสดงวันลา

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2023-12-01 17:15:33 +07:00
parent 2c295dbd03
commit 6164fc6630

View file

@ -45,8 +45,8 @@ function monthYearThai(val: DataDateMonthObject) {
}
const employeeClassMain = ref<DataOption[]>([
{ id: "employee", name: "ข้าราชการ" },
{ id: "perm", name: "ลูกจ้างประจำ" },
{ id: "temp", name: "ลูกจ้างชั่วคราว" },
]);
const employeeClassOption = ref<DataOption[]>(employeeClassMain.value);