UI ข้าราชการฯที่ได้รับทุนการศึกษา/ฝึกอบรม
This commit is contained in:
parent
ff064f27ff
commit
0a9b96567a
3 changed files with 1080 additions and 4 deletions
|
|
@ -7,7 +7,10 @@ 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')
|
||||
const ScholarshipDetail = () =>
|
||||
import("@/modules/15_development/components/scholarship/DetailView.vue");
|
||||
const historyAdd = () =>
|
||||
import("@/modules/15_development/components/history/AddPage.vue");
|
||||
export default [
|
||||
{
|
||||
path: "/development",
|
||||
|
|
@ -69,6 +72,26 @@ export default [
|
|||
Role: "development",
|
||||
},
|
||||
},
|
||||
{
|
||||
path: "/development/scholarship/add",
|
||||
name: "developmentScholarshipAdd",
|
||||
component: ScholarshipDetail,
|
||||
meta: {
|
||||
Auth: true,
|
||||
Key: [1.6],
|
||||
Role: "development",
|
||||
},
|
||||
},
|
||||
{
|
||||
path: "/development/scholarship/:id",
|
||||
name: "developmentScholarshipid",
|
||||
component: ScholarshipDetail,
|
||||
meta: {
|
||||
Auth: true,
|
||||
Key: [1.6],
|
||||
Role: "development",
|
||||
},
|
||||
},
|
||||
{
|
||||
path: "/development/history/add",
|
||||
name: "developmentHistoryAdd",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue