clone to ประวัติฝึกอบรม/ดูงานลูกจ้าง

This commit is contained in:
STW_TTTY\stwtt 2024-04-02 14:51:00 +07:00
parent 432024267f
commit 360f60e751
7 changed files with 1132 additions and 7 deletions

View file

@ -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",
},
},
];