แก้รายงาน (ข้อความและการทำงาน)

This commit is contained in:
Warunee Tamkoo 2025-03-31 10:50:40 +07:00
parent e61eb15d66
commit e5f2e71632
14 changed files with 226 additions and 184 deletions

View file

@ -11,8 +11,8 @@ const SpecialTimeMain = () =>
import("@/modules/09_leave/views/04_SpecialTimeMain.vue");
const leaveReport = () => import("@/modules/09_leave/views/06_ReportMain.vue");
const CheckinReport = () =>
import("@/modules/09_leave/views/07_ReportCheckin.vue");
// const CheckinReport = () =>
// import("@/modules/09_leave/views/!07_ReportCheckin.vue");
export default [
{
path: "/round-time",
@ -96,9 +96,9 @@ export default [
},
{
path: "/checkinReport",
path: "/checkin-report",
name: "checkinReport",
component: CheckinReport,
component: leaveReport,
meta: {
Auth: true,
Key: "SYS_WORK_REPORT",