UI เพิ่มประวัติการฝึกอบรม/ดูงานของข้าราชการกรุงเทพมหานครสามัญ(ยังไม่เสร็จดี)

This commit is contained in:
STW_TTTY\stwtt 2024-04-01 18:03:31 +07:00
parent ccf4e3d47d
commit 648c613f4f
6 changed files with 699 additions and 5 deletions

View file

@ -7,7 +7,7 @@ const employeeHistory = () =>
import("@/modules/15_development/views/EmployeeHistory.vue");
const Scholarship = () =>
import("@/modules/15_development/views/Scholarship.vue");
const historyAdd = () => import('@/modules/15_development/components/history/AddPage.vue')
export default [
{
path: "/development",
@ -69,4 +69,14 @@ export default [
Role: "development",
},
},
{
path: "/development/history/add",
name: "developmentHistoryAdd",
component: historyAdd,
meta: {
Auth: true,
Key: [1.6],
Role: "development",
},
},
];