Commit 58a1f5d3 by Natthaphat

ลบคำว่า "การ" ออกตรงเมนูด้านซ้าย

parent 714e59a4
...@@ -90,7 +90,7 @@ export class NavService implements OnDestroy { ...@@ -90,7 +90,7 @@ export class NavService implements OnDestroy {
private MENUITEMS: Menu[] = [ private MENUITEMS: Menu[] = [
{ {
title: 'การประเมินผล', title: 'ประเมินผล',
type: 'sub', type: 'sub',
selected: false, selected: false,
active: false, active: false,
...@@ -103,7 +103,7 @@ export class NavService implements OnDestroy { ...@@ -103,7 +103,7 @@ export class NavService implements OnDestroy {
], ],
}, },
{ {
title: 'การจัดการข้อมูลองค์กร', title: 'จัดการข้อมูลองค์กร',
type: 'sub', type: 'sub',
selected: false, selected: false,
active: false, active: false,
...@@ -121,7 +121,7 @@ export class NavService implements OnDestroy { ...@@ -121,7 +121,7 @@ export class NavService implements OnDestroy {
], ],
}, },
{ {
title: 'การจัดการรายละเอียดงาน', title: 'จัดการรายละเอียดงาน',
type: 'sub', type: 'sub',
selected: false, selected: false,
active: false, active: false,
...@@ -140,7 +140,7 @@ export class NavService implements OnDestroy { ...@@ -140,7 +140,7 @@ export class NavService implements OnDestroy {
}, },
{ {
title: 'การประเมินสมรรถนะ', title: 'ประเมินสมรรถนะ',
type: 'sub', type: 'sub',
selected: false, selected: false,
active: false, active: false,
...@@ -161,7 +161,7 @@ export class NavService implements OnDestroy { ...@@ -161,7 +161,7 @@ export class NavService implements OnDestroy {
], ],
}, },
{ {
title: 'การประเมินจัดการประสิทธิภาพ', title: 'ประเมินจัดการประสิทธิภาพ',
type: 'sub', type: 'sub',
selected: false, selected: false,
active: false, active: 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