Commit b19525b2 by Nattana Chaiyamat

แก้หน้าประเมิน

parent 9cf643ab
...@@ -738,6 +738,11 @@ ...@@ -738,6 +738,11 @@
<i class="ti ti-clipboard-check text-lg"></i> <i class="ti ti-clipboard-check text-lg"></i>
Task Manager Task Manager
</a> --> </a> -->
<a *ngIf="!router.url.includes('/employee-self-service')"
(click)="onNextPartClick('/employee-self-service')" class="ti-dropdown-item cursor-pointer">
<i class="ti ti-settings text-lg"></i>
หน้าแรก
</a>
<a *ngIf="!router.url.includes('/self-evaluation')" (click)="onNextPartClick('/self-evaluation')" <a *ngIf="!router.url.includes('/self-evaluation')" (click)="onNextPartClick('/self-evaluation')"
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>
...@@ -748,14 +753,9 @@ ...@@ -748,14 +753,9 @@
<i class="ti ti-settings text-lg"></i> <i class="ti ti-settings text-lg"></i>
ประเมินโดยหัวหน้า ประเมินโดยหัวหน้า
</a> </a>
<a *ngIf="!router.url.includes('/employee-self-service')"
(click)="onNextPartClick('/employee-self-service')" class="ti-dropdown-item cursor-pointer">
<i class="ti ti-settings text-lg"></i>
employeeSelfServiceClick
</a>
<a (click)="onNextPartClick('/company-registration')" class="ti-dropdown-item cursor-pointer"> <a (click)="onNextPartClick('/company-registration')" class="ti-dropdown-item cursor-pointer">
<i class="ti ti-settings text-lg"></i> <i class="ti ti-settings text-lg"></i>
Settings หน้าผู้ดูแลระบบ
</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>
......
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