Commit 5f398990 by Mon

ย้ายตำเเหน่งการตั้งค่า

parent 35ef3693
...@@ -146,14 +146,15 @@ export class NavService implements OnDestroy { ...@@ -146,14 +146,15 @@ export class NavService implements OnDestroy {
id: 'm4', id: 'm4',
show: false, show: false,
children: [ children: [
{ id: 'm41', path: '/name-registration', title: 'ทะเบียนกำหนดชื่อ', type: 'link', show: false }, { id: 'm41', path: '/setting-competency', title: 'การตั้งค่า', type: 'link', show: false },
{ id: 'm42', path: '/grade-registration', title: 'ทะเบียนเกรด', type: 'link', show: false }, { id: 'm42', path: '/name-registration', title: 'ทะเบียนกำหนดชื่อ', type: 'link', show: false },
{ id: 'm43', path: '/tool-register', title: 'ทะเบียนเครื่องมือ', type: 'link', show: false }, { id: 'm43', path: '/grade-registration', title: 'ทะเบียนเกรด', type: 'link', show: false },
{ id: 'm44', path: '/course-registration', title: 'ทะเบียนหลักสูตร', type: 'link', show: false }, { id: 'm44', path: '/tool-register', title: 'ทะเบียนเครื่องมือ', type: 'link', show: false },
{ id: 'm45', path: '/idp-development-plan', title: 'แผนพัฒนา IDP', type: 'link', show: false }, { id: 'm45', path: '/course-registration', title: 'ทะเบียนหลักสูตร', type: 'link', show: false },
{ id: 'm46', path: '/competency-management', title: 'การจัดการสมรรถนะ', type: 'link', show: false }, { id: 'm46', path: '/idp-development-plan', title: 'แผนพัฒนา IDP', type: 'link', show: false },
{ id: 'm47', path: '/evaluation-cycle-manager', title: 'การจัดการรอบการประเมิน', type: 'link', show: false }, { id: 'm47', path: '/competency-management', title: 'การจัดการสมรรถนะ', type: 'link', show: false },
{ id: 'm48', path: '/setting-competency', title: 'การตั้งค่า', type: 'link', show: false } { id: 'm48', path: '/evaluation-cycle-manager', title: 'การจัดการรอบการประเมิน', type: 'link', show: false },
{ id: 'm49', path: '/setting-competency', title: 'การตั้งค่า', type: 'link', show: false }
], ],
}, },
{ {
...@@ -165,13 +166,13 @@ export class NavService implements OnDestroy { ...@@ -165,13 +166,13 @@ export class NavService implements OnDestroy {
id: 'm5', id: 'm5',
show: false, show: false,
children: [ children: [
{ id: 'm51', path: '/name-registration-perfomance', title: 'ทะเบียนกำหนดชื่อ', type: 'link', show: false }, { id: 'm51', path: '/setting-performance-evalution', title: 'การตั้งค่า', type: 'link', show: false },
{ id: 'm52', path: '/grade-registration-sub', title: 'ทะเบียนเกรด', type: 'link', show: false }, { id: 'm52', path: '/name-registration-perfomance', title: 'ทะเบียนกำหนดชื่อ', type: 'link', show: false },
{ id: 'm53', path: '/time-attendance', title: 'ทะเบียนการประเมินเวลาทำงาน', type: 'link', show: false }, { id: 'm53', path: '/grade-registration-sub', title: 'ทะเบียนเกรด', type: 'link', show: false },
{ id: 'm54', path: '/evaluation-factors', title: 'ปัจจัยการประเมินผล', type: 'link', show: false }, { id: 'm54', path: '/time-attendance', title: 'ทะเบียนการประเมินเวลาทำงาน', type: 'link', show: false },
{ id: 'm55', path: '/assessment-management', title: 'การจัดการการประเมิน', type: 'link', show: false }, { id: 'm55', path: '/evaluation-factors', title: 'ปัจจัยการประเมินผล', type: 'link', show: false },
{ id: 'm56', path: '/evaluation-cycle-performance', title: 'รอบการประเมิน', type: 'link', show: false }, { id: 'm56', path: '/assessment-management', title: 'การจัดการการประเมิน', type: 'link', show: false },
{ id: 'm57', path: '/setting-performance-evalution', title: 'การตั้งค่า', type: 'link', show: false } { id: 'm57', path: '/evaluation-cycle-performance', title: 'รอบการประเมิน', type: 'link', show: false }
], ],
}, },
]; ];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment