เพิ่มอัตรากำลังลูกจ้างประจำ
This commit is contained in:
parent
a7f3529e56
commit
748a878deb
22 changed files with 6106 additions and 0 deletions
14
src/modules/16_positionEmployee/router.ts
Normal file
14
src/modules/16_positionEmployee/router.ts
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
const mainPage = () => import("@/modules/16_positionEmployee/views/main.vue");
|
||||
|
||||
export default [
|
||||
{
|
||||
path: "/position-employee",
|
||||
name: "positionEmployee",
|
||||
component: mainPage,
|
||||
meta: {
|
||||
Auth: true,
|
||||
Key: [1],
|
||||
Role: "positionEmployee",
|
||||
},
|
||||
},
|
||||
];
|
||||
Loading…
Add table
Add a link
Reference in a new issue