Commit 48ded1e1 by Nattana Chaiyamat

การประเมินสมรรถนะ

การจัดการสมรรถนะ
กำหนดผู้ประเมิน
parent c80d4348
...@@ -32,7 +32,8 @@ ...@@ -32,7 +32,8 @@
<div class="page px-rem"> <div class="page px-rem">
<div class="overflow-auto shadow-md rounded-t-md"> <div class="overflow-auto shadow-md rounded-t-md">
<table class="ti-custom-table ti-custom-table-head ti-custom-table-hover table-bordered"> <table class="ti-custom-table ti-custom-table-head ti-custom-table-hover table-bordered"
style="table-layout: auto;width: 100%;overflow-x: hidden;white-space: normal; word-break: break-word;">
<thead> <thead>
<tr> <tr>
<ng-container <ng-container
...@@ -66,13 +67,19 @@ ...@@ -66,13 +67,19 @@
<tbody *ngIf="!groupapprove_listLoading&&groupapprove_listFilter().length"> <tbody *ngIf="!groupapprove_listLoading&&groupapprove_listFilter().length">
<tr <tr
*ngFor="let item of groupapprove_listFilter() | slice:((currentPage-1) * 10) : (((currentPage-1) * 10) + 10);let i = index"> *ngFor="let item of groupapprove_listFilter() | slice:((currentPage-1) * 10) : (((currentPage-1) * 10) + 10);let i = index">
<td>{{item.apsassessy.fname}} {{item.apsassessy.lname}}</td> <td style="word-break: break-word;white-space: normal;">{{item.apsassessy.fname}}
<td>{{item.apsapprove1.fname}} {{item.apsapprove1.lname}}</td> {{item.apsassessy.lname}}</td>
<td>{{item.apsapprove2.fname}} {{item.apsapprove2.lname}}</td> <td style="word-break: break-word;white-space: normal;">{{item.apsapprove1.fname}}
<td>{{item.apsapprove3.fname}} {{item.apsapprove3.lname}}</td> {{item.apsapprove1.lname}}</td>
<td>{{item.apsapprove4.fname}} {{item.apsapprove4.lname}}</td> <td style="word-break: break-word;white-space: normal;">{{item.apsapprove2.fname}}
<td>{{item.apsapprove5.fname}} {{item.apsapprove5.lname}}</td> {{item.apsapprove2.lname}}</td>
<td class="flex justify-center"> <td style="word-break: break-word;white-space: normal;">{{item.apsapprove3.fname}}
{{item.apsapprove3.lname}}</td>
<td style="word-break: break-word;white-space: normal;">{{item.apsapprove4.fname}}
{{item.apsapprove4.lname}}</td>
<td style="word-break: break-word;white-space: normal;">{{item.apsapprove5.fname}}
{{item.apsapprove5.lname}}</td>
<td style="word-break: break-word;white-space: normal;" class="text-center">
<i class="ti ti-edit cursor-pointer i-gray fs-l px-1" <i class="ti ti-edit cursor-pointer i-gray fs-l px-1"
(click)="currentModel='edit';selectGroupapprove(item)" (click)="currentModel='edit';selectGroupapprove(item)"
data-hs-overlay="#set-approvers-modal"></i> data-hs-overlay="#set-approvers-modal"></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