Commit dd78ece5 by Nattana Chaiyamat

แก้หน้าจอ

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