UI รอบการปฏิบัติงาน

This commit is contained in:
setthawutttty 2023-10-27 15:52:47 +07:00
parent aa4fa5b989
commit ad1545ac2e
6 changed files with 274 additions and 455 deletions

View file

@ -4,7 +4,6 @@ const leaveMain = () => import("@/modules/09_leave/views/LeaveListMain.vue");
const reportMain = () => import("@/modules/09_leave/views/ReportMain.vue")
const leaveDetail = () => import("@/modules//09_leave/components/2_Leave/DetailLeave.vue")
const RoundMain = () => import("@/modules/09_leave/views/RoundMain.vue")
const workingtime = () => import('@/modules/09_leave/components/3_WorkTime/MainPage.vue')
export default [
{
@ -57,15 +56,6 @@ export default [
Role: "coin",
},
},
{
path: "/workingtime",
name: "/working-time",
component: workingtime,
meta: {
Auth: true,
Key: [9],
Role: "coin",
},
},
]