แก้รายงาน (ข้อความและการทำงาน)
This commit is contained in:
parent
e61eb15d66
commit
e5f2e71632
14 changed files with 226 additions and 184 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue