เพิ่ม ui ระบบลา > รอบการปฏิบัติงาน

This commit is contained in:
Tanyalak 2023-10-26 17:35:21 +07:00
parent a5faf436a4
commit 776a1b8385
5 changed files with 357 additions and 2 deletions

View file

@ -3,8 +3,19 @@ const workMain = () => import("@/modules/09_leave/views/WorkingMain.vue")
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")
export default [
{
path: "/round-time",
name: "/round-time",
component: RoundMain,
meta: {
Auth: true,
Key: [9],
Role: "coin",
},
},
{
path: "/work-list",
name: "/work-list",