Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
myAppraisal
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
angular
myAppraisal
Commits
48ded1e1
Commit
48ded1e1
authored
4 weeks ago
by
Nattana Chaiyamat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
การประเมินสมรรถนะ
การจัดการสมรรถนะ กำหนดผู้ประเมิน
parent
c80d4348
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
8 deletions
+15
-8
set-approvers.component.html
...ncy-management/set-approvers/set-approvers.component.html
+15
-8
No files found.
src/app/components/competency-assessment/competency-management/set-approvers/set-approvers.component.html
View file @
48ded1e1
...
...
@@ -32,7 +32,8 @@
<div
class=
"page px-rem"
>
<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>
<tr>
<ng-container
...
...
@@ -66,13 +67,19 @@
<tbody
*
ngIf=
"!groupapprove_listLoading&&groupapprove_listFilter().length"
>
<tr
*
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>
{{item.apsapprove1.fname}} {{item.apsapprove1.lname}}
</td>
<td>
{{item.apsapprove2.fname}} {{item.apsapprove2.lname}}
</td>
<td>
{{item.apsapprove3.fname}} {{item.apsapprove3.lname}}
</td>
<td>
{{item.apsapprove4.fname}} {{item.apsapprove4.lname}}
</td>
<td>
{{item.apsapprove5.fname}} {{item.apsapprove5.lname}}
</td>
<td
class=
"flex justify-center"
>
<td
style=
"word-break: break-word;white-space: normal;"
>
{{item.apsassessy.fname}}
{{item.apsassessy.lname}}
</td>
<td
style=
"word-break: break-word;white-space: normal;"
>
{{item.apsapprove1.fname}}
{{item.apsapprove1.lname}}
</td>
<td
style=
"word-break: break-word;white-space: normal;"
>
{{item.apsapprove2.fname}}
{{item.apsapprove2.lname}}
</td>
<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"
(
click
)="
currentModel=
'edit'
;
selectGroupapprove
(
item
)"
data-hs-overlay=
"#set-approvers-modal"
></i>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment