ปรับ option ค้นหาสถานภาพ บัญชีแสดงวันลา
This commit is contained in:
parent
2c295dbd03
commit
6164fc6630
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue