clone to ประวัติฝึกอบรม/ดูงานลูกจ้าง
This commit is contained in:
parent
432024267f
commit
360f60e751
7 changed files with 1132 additions and 7 deletions
|
|
@ -8,6 +8,7 @@ const employeeHistory = () =>
|
|||
const Scholarship = () =>
|
||||
import("@/modules/15_development/views/Scholarship.vue");
|
||||
const historyAdd = () => import('@/modules/15_development/components/history/AddPage.vue')
|
||||
const historyEmployeeAdd = () => import('@/modules/15_development/components/historyEmployee/AddPage.vue')
|
||||
export default [
|
||||
{
|
||||
path: "/development",
|
||||
|
|
@ -79,4 +80,14 @@ export default [
|
|||
Role: "development",
|
||||
},
|
||||
},
|
||||
{
|
||||
path: "/development/employee-history/add",
|
||||
name: "developmentEmployeeHistoryAdd",
|
||||
component: historyEmployeeAdd,
|
||||
meta: {
|
||||
Auth: true,
|
||||
Key: [1.6],
|
||||
Role: "development",
|
||||
},
|
||||
},
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue