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
d46462ae
Commit
d46462ae
authored
Jan 29, 2025
by
Ooh-Ao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
การจัดการ
parent
08b7c257
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
8 deletions
+5
-8
sub-grade-registration.component.html
...-grade-registration/sub-grade-registration.component.html
+5
-8
No files found.
src/app/components/competency-assessment/grade-registration/grade-management/sub-grade-registration/sub-grade-registration.component.html
View file @
d46462ae
...
...
@@ -60,9 +60,7 @@
<tr
class=
"font-size-12px"
>
<ng-container
*
ngFor=
"let item of ['รหัสเกรด','รายละเอียดเอกสาร','เกรด','คะแนนสูงสุด','คะแนนต่ำสุด','น้ำหนัก','การจัดการ']; let f = first; let l = last; let i = index"
>
<th
scope=
"col"
class=
"relative px-10px py-10px bg-soft-secondary text-primary"
[
class
.!
text-center
]="
item =
==
'รหัสเกรด'
||
item =
==
'เกรด'
||
item =
==
'คะแนนสูงสุด'
||
item =
==
'คะแนนต่ำสุด'
||
item =
==
'น้ำหนัก'"
[
class
.
text-center
]="!(
item =
==
'รายละเอียดเอกสาร')"
>
<th
scope=
"col"
class=
"relative px-10px py-10px bg-soft-secondary text-primary text-center"
>
<span
class=
"font-size-12px font-weight-700"
>
{{ item }}
</span>
<div
class=
"absolute top-1/2 transform -translate-y-1/2 right-0"
*
ngIf=
"f && l"
>
<i
class=
"ti ti-dots-vertical fs-l"
></i>
...
...
@@ -89,9 +87,9 @@
<td
style=
"width: 40%; padding-left: 25px;"
>
{{item.details}}
</td>
<td
class=
"text-center"
style=
"width: 15%;"
>
{{item.grade}}
</td>
<td
class=
"text-center"
style=
"width: 15%;"
>
{{item.highscore}}
</td>
<td
class=
"text-center"
style=
"width: 1
5
%;"
>
{{item.lowscore}}
</td>
<td
class=
"text-center"
style=
"width: 1
5
%;"
>
{{item.weight}}
</td>
<td
class=
"
flex justify-center
"
>
<td
class=
"text-center"
style=
"width: 1
0
%;"
>
{{item.lowscore}}
</td>
<td
class=
"text-center"
style=
"width: 1
0
%;"
>
{{item.weight}}
</td>
<td
class=
"
text-center"
style=
"width: 10%;
"
>
<i
class=
"ti ti-edit cursor-pointer i-gray fs-l px-1"
(
click
)="
modalStatus=
'edit'
"
data-hs-overlay=
"#sub-grade-registration-modal"
></i>
<i
class=
"ti ti-trash cursor-pointer i-gray fs-l px-1"
...
...
@@ -366,4 +364,4 @@
</div>
</div>
</div>
</div>
\ No newline at end of file
</div>
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