UI เพิ่มประวัติการฝึกอบรม/ดูงานของข้าราชการกรุงเทพมหานครสามัญ(ยังไม่เสร็จดี)
This commit is contained in:
parent
ccf4e3d47d
commit
648c613f4f
6 changed files with 699 additions and 5 deletions
|
|
@ -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",
|
||||
},
|
||||
},
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue