Commit 1ba98c79 by Nattana Chaiyamat

ปิดเมนู

parent 4b1750b4
...@@ -122,26 +122,26 @@ export class NavService implements OnDestroy { ...@@ -122,26 +122,26 @@ export class NavService implements OnDestroy {
// { id: 'm12', path: 'ess/supervisor-evaluation', title: 'ประเมินโดยหัวหน้า', type: 'link', show: true }, // { id: 'm12', path: 'ess/supervisor-evaluation', title: 'ประเมินโดยหัวหน้า', type: 'link', show: true },
// ], // ],
}, },
{ // {
title: 'แก้ไข Individual KPI ตนเอง', // title: 'แก้ไข Individual KPI ตนเอง',
type: 'link', // type: 'link',
selected: false, // selected: false,
active: false, // active: false,
path: 'ess/self-setting-individual-kpi', // path: 'ess/self-setting-individual-kpi',
id: 'm3', // id: 'm3',
show: true, // show: true,
icon: '' // icon: ''
}, // },
{ // {
title: 'แก้ไข Individual KPI โดยหัวหน้า', // title: 'แก้ไข Individual KPI โดยหัวหน้า',
type: 'link', // type: 'link',
selected: false, // selected: false,
active: false, // active: false,
path: 'ess/supervisor-setting-individual-kpi', // path: 'ess/supervisor-setting-individual-kpi',
id: 'm4', // id: 'm4',
show: true, // show: true,
icon: '' // icon: ''
}, // },
]; ];
} }
......
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