รายการประวัติการฝึกอบรม/ดูงานของข้าราชการกรุงเทพมหานครสามัญ

This commit is contained in:
STW_TTTY\stwtt 2024-04-03 17:12:04 +07:00
parent 92914dfdda
commit 23bac0373e
10 changed files with 590 additions and 266 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 historyEdit = () => import('@/modules/15_development/components/history/AddPage.vue')
const historyEmployeeAdd = () => import('@/modules/15_development/components/historyEmployee/AddPage.vue')
const ScholarshipDetail = () =>
import("@/modules/15_development/components/scholarship/DetailView.vue");
@ -104,6 +105,16 @@ export default [
Role: "development",
},
},
{
path: "/development/history/:id",
name: "developmentHistoryEdit",
component: historyEdit,
meta: {
Auth: true,
Key: [1.6],
Role: "development",
},
},
{
path: "/development/employee-history/add",
name: "developmentEmployeeHistoryAdd",