ยุทธศาสตร์ => tree
This commit is contained in:
parent
0c89a897a1
commit
ef2351f2c8
3 changed files with 148 additions and 4 deletions
|
|
@ -7,14 +7,20 @@ 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 historyEdit = () => import('@/modules/15_development/components/history/AddPage.vue')
|
||||
const historyEmployeeAdd = () => import('@/modules/15_development/components/historyEmployee/AddPage.vue')
|
||||
const historyEmployeeEdit = () => import('@/modules/15_development/components/historyEmployee/AddPage.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 historyEmployeeEdit = () =>
|
||||
import("@/modules/15_development/components/historyEmployee/AddPage.vue");
|
||||
const ScholarshipDetail = () =>
|
||||
import("@/modules/15_development/components/scholarship/DetailView.vue");
|
||||
// const historyAdd = () =>
|
||||
// import("@/modules/15_development/components/history/AddPage.vue");
|
||||
const StrategicView = () =>
|
||||
import("@/modules/15_development/views/Strategic.vue");
|
||||
export default [
|
||||
{
|
||||
path: "/development",
|
||||
|
|
@ -136,4 +142,15 @@ export default [
|
|||
Role: "development",
|
||||
},
|
||||
},
|
||||
|
||||
{
|
||||
path: "/development/strategic",
|
||||
name: "developmentStrategic",
|
||||
component: StrategicView,
|
||||
meta: {
|
||||
Auth: true,
|
||||
Key: [1.6],
|
||||
Role: "development",
|
||||
},
|
||||
},
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue