Commit fd68d956 by Nattana Chaiyamat

ประเมินโดยหัวหน้า

parent 00585205
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
[class.active]="f" href="javascript:void(0);" [id]="'card-type-item-'+(i+1)" [class.active]="f" href="javascript:void(0);" [id]="'card-type-item-'+(i+1)"
[attr.data-hs-tab]="'#underline-'+(i+1)" [attr.aria-controls]="'underline-'+(i+1)" [attr.data-hs-tab]="'#underline-'+(i+1)" [attr.aria-controls]="'underline-'+(i+1)"
(click)="selectDataList(item)"> (click)="selectDataList(item)">
รอบการประเมินที่ {{i+1}}/{{subordinate.dataList.length}} {{item.tdesc}}
</a> </a>
</nav> </nav>
</div> </div>
...@@ -27,8 +27,9 @@ ...@@ -27,8 +27,9 @@
<div class="px-1"> <div class="px-1">
<div class="relative shadow-md"> <div class="relative shadow-md">
<input type="text" id="hs-leading-icon" name="hs-leading-icon" <input type="text" id="hs-leading-icon" name="hs-leading-icon"
class="ti-form-input ltr:pl-11 rtl:pr-11 focus:z-10 " placeholder="Search by No. or Name" class="ti-form-input ltr:pl-11 rtl:pr-11 focus:z-10 "
style="height: 40px;" [(ngModel)]="search" (ngModelChange)="searchChange()"> placeholder="Search by No. or Name" style="height: 40px;" [(ngModel)]="search"
(ngModelChange)="searchChange()">
<div <div
class="absolute inset-y-0 ltr:left-0 rtl:right-0 flex items-center pointer-events-none z-20 ltr:pl-4 rtl:pr-4"> class="absolute inset-y-0 ltr:left-0 rtl:right-0 flex items-center pointer-events-none z-20 ltr:pl-4 rtl:pr-4">
<i class="ri-search-line text-gray"></i> <i class="ri-search-line text-gray"></i>
......
...@@ -139,8 +139,7 @@ export class NavService implements OnDestroy { ...@@ -139,8 +139,7 @@ export class NavService implements OnDestroy {
{ path: '/idp-development-plan', title: 'แผนพัฒนา IDP', type: 'link' }, { path: '/idp-development-plan', title: 'แผนพัฒนา IDP', type: 'link' },
{ path: '/competency-management', title: 'การจัดการสมรรถนะ', type: 'link' }, { path: '/competency-management', title: 'การจัดการสมรรถนะ', type: 'link' },
{ path: '/evaluation-cycle-manager', title: 'การจัดการรอบการประเมิน', type: 'link' }, { path: '/evaluation-cycle-manager', title: 'การจัดการรอบการประเมิน', type: 'link' },
{ path: '/setting-competency', title: 'การตั้งค่า', type: 'link' }, { path: '/setting-competency', title: 'การตั้งค่า', type: 'link' }
{ path: '/dashboard/projects', title: 'รายงาน', type: 'link' },
], ],
}, },
{ {
...@@ -155,8 +154,7 @@ export class NavService implements OnDestroy { ...@@ -155,8 +154,7 @@ export class NavService implements OnDestroy {
{ path: '/evaluation-factors', title: 'ปัจจัยการประเมินผล', type: 'link' }, { path: '/evaluation-factors', title: 'ปัจจัยการประเมินผล', type: 'link' },
{ path: '/assessment-management', title: 'การจัดการการประเมิน', type: 'link' }, { path: '/assessment-management', title: 'การจัดการการประเมิน', type: 'link' },
{ path: '/evaluation-cycle-performance', title: 'รอบการประเมิน', type: 'link' }, { path: '/evaluation-cycle-performance', title: 'รอบการประเมิน', type: 'link' },
{ path: '/setting-performance-evalution', title: 'การตั้งค่า', type: 'link' }, { path: '/setting-performance-evalution', title: 'การตั้งค่า', type: 'link' }
{ path: '/dashboard/projects', title: 'รายงาน', type: 'link' },
], ],
}, },
......
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