เพิ่ม ui ระบบลา > รอบการปฏิบัติงาน
This commit is contained in:
parent
a5faf436a4
commit
776a1b8385
5 changed files with 357 additions and 2 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue