UI checkin

This commit is contained in:
Tanyalak 2023-08-21 15:56:12 +07:00
parent 94ef333bfc
commit 60bd88c4f5
8 changed files with 282 additions and 149 deletions

View file

@ -0,0 +1,28 @@
/**
* Router Checkin
*/
const Checkin = () => import("@/modules/04_checkin/views/Checkin.vue");
/* const Checkout = () => import("@/modules/04_checkin/views/Checkout.vue");
*/
export default [
{
path: "/check-in",
name: "Checkin",
component: Checkin,
meta: {
Auth: true,
Key: [7],
},
},
/* {
path: "/check-out",
name: "Checkout",
component: Checkout,
meta: {
Auth: true,
Key: [7],
},
}, */
];