Merge branch 'develop' into devTee

This commit is contained in:
setthawutttty 2023-10-31 16:21:32 +07:00
commit d6040fe95e
8 changed files with 48 additions and 33 deletions

View file

@ -33,8 +33,8 @@ function fecthWorkList() {
coordinatesOut: "สำนักงาน",
latOut: "18.7903",
longOut: "99.0029",
status: "1",
date: new Date("2023-10-27"),
status: "normal",
date: new Date(new Date()),
},
{
fullName: "นายนครชัย วันดี",
@ -46,8 +46,8 @@ function fecthWorkList() {
coordinatesOut: "สำนักงาน",
latOut: "18.7903",
longOut: "99.0029",
status: "2",
date: new Date("2023-10-28"),
status: "late",
date: new Date(new Date()),
},
{
fullName: "นายปิยรมย์ ศิริธาราฟ",
@ -59,7 +59,7 @@ function fecthWorkList() {
coordinatesOut: "สำนักงาน",
latOut: "18.7903",
longOut: "99.0029",
status: "3",
status: "absent",
date: new Date("2023-10-27"),
},
{
@ -72,7 +72,7 @@ function fecthWorkList() {
coordinatesOut: "สำนักงาน",
latOut: "18.7903",
longOut: "99.0029",
status: "1",
status: "normal",
date: new Date("2023-10-27"),
},
];