Merge branch 'develop' into dev-tee
# Conflicts: # src/modules/05_leave/router.ts
This commit is contained in:
commit
0a1eab7e63
7 changed files with 136 additions and 8 deletions
|
|
@ -5,6 +5,8 @@ const leave = () => import("@/modules/05_leave/views/Main.vue")
|
|||
|
||||
const addAbsence = () => import("@/modules/05_leave/views/AddPage.vue")
|
||||
|
||||
const samplePage = () => import("@/modules/05_leave/views/SampleForm.vue")
|
||||
|
||||
/* const Checkout = () => import("@/modules/04_checkin/views/Checkout.vue");
|
||||
*/
|
||||
export default [
|
||||
|
|
@ -26,4 +28,13 @@ export default [
|
|||
Key: [7],
|
||||
},
|
||||
},
|
||||
{
|
||||
path: "/leave/sample",
|
||||
name: "sample-page",
|
||||
component: samplePage,
|
||||
meta: {
|
||||
Auth: true,
|
||||
Key: [7],
|
||||
},
|
||||
},
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue