เพิ่ม ui หน้ารายการลา
This commit is contained in:
parent
7f0e41ff31
commit
060be9b843
12 changed files with 938 additions and 16 deletions
|
|
@ -1,3 +1,18 @@
|
|||
/**
|
||||
* Router leave
|
||||
*/
|
||||
const leave = () => import("@/modules/05_leave/views/Main.vue");
|
||||
|
||||
/* const Checkout = () => import("@/modules/04_checkin/views/Checkout.vue");
|
||||
*/
|
||||
export default [
|
||||
{
|
||||
path: "/leave",
|
||||
name: "leave",
|
||||
component: leave,
|
||||
meta: {
|
||||
Auth: true,
|
||||
Key: [7],
|
||||
},
|
||||
}
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue