Commit dd78ece5 by Nattana Chaiyamat

แก้หน้าจอ

parent 54d9e585
......@@ -746,16 +746,16 @@
class="ti-dropdown-item cursor-pointer">
<i class="ti ti-settings text-lg"></i>
ประเมินตนเอง
</a>
<a *ngIf="!router.url.includes('/supervisor-evaluation')"
</a> -->
<!-- <a *ngIf="!router.url.includes('/supervisor-evaluation')"
(click)="onNextPartClick('/supervisor-evaluation')" class="ti-dropdown-item cursor-pointer">
<i class="ti ti-settings text-lg"></i>
ประเมินโดยหัวหน้า
</a>
<a (click)="onNextPartClick('/company-registration')" class="ti-dropdown-item cursor-pointer">
</a> -->
<a (click)="onNextPartClick('dashboard/projects')" class="ti-dropdown-item cursor-pointer">
<i class="ti ti-settings text-lg"></i>
หน้าผู้ดูแลระบบ
</a> -->
</a>
<!-- <a routerLink="/dashboard/crypto" class="ti-dropdown-item">
<i class="ti ti-wallet text-lg"></i>
Bal: $7,12,950
......
......@@ -102,19 +102,21 @@ export class NavService implements OnDestroy {
path: 'ess/self-evaluation',
id: 'm1',
show: true,
icon: 'assets/img/icons-menu/com-self.png'
// children: [
// { id: 'm11', path: 'ess/self-evaluation', title: 'ประเมินตนเอง', type: 'link', show: true },
// { id: 'm12', path: 'ess/supervisor-evaluation', title: 'ประเมินโดยหัวหน้า', type: 'link', show: true },
// ],
},
{
title: 'ประเมินประเมินโดยหัวหน้าตนเอง',
title: 'ประเมินโดยหัวหน้า',
type: 'link',
selected: false,
active: false,
path: 'ess/supervisor-evaluation',
id: 'm1',
show: true,
icon: 'assets/img/icons-menu/com-boss.png'
// children: [
// { id: 'm11', path: 'ess/self-evaluation', title: 'ประเมินตนเอง', type: 'link', show: true },
// { id: 'm12', path: 'ess/supervisor-evaluation', title: 'ประเมินโดยหัวหน้า', type: 'link', show: true },
......
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