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
27823da9
Commit
27823da9
authored
Jan 29, 2025
by
Ooh-Ao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ทะเบียนเกรด
parent
836d7d74
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
+6
-3
sub-grade-registration.component.ts
...ub-grade-registration/sub-grade-registration.component.ts
+6
-3
No files found.
src/app/components/competency-assessment/grade-registration/grade-management/sub-grade-registration/sub-grade-registration.component.ts
View file @
27823da9
...
...
@@ -29,8 +29,11 @@ export class SubGradeRegistrationComponent {
search
=
''
;
dataList
:
DataModel
[]
=
[
{
check
:
false
,
code
:
'O1A'
,
details
:
'ระดับ A'
,
grade
:
'A'
,
highscore
:
'O1A'
,
lowscore
:
'O1A'
,
weight
:
'O1A'
},
{
check
:
false
,
code
:
'O2B'
,
details
:
'ระดับ B'
,
grade
:
'B'
,
highscore
:
'O1B'
,
lowscore
:
'O1B'
,
weight
:
'O1B'
},
{
check
:
false
,
code
:
'01A'
,
details
:
'ระดับ A'
,
grade
:
'A'
,
highscore
:
'100'
,
lowscore
:
'80'
,
weight
:
'1'
},
{
check
:
false
,
code
:
'01B'
,
details
:
'ระดับ B'
,
grade
:
'B'
,
highscore
:
'79'
,
lowscore
:
'70'
,
weight
:
'1'
},
{
check
:
false
,
code
:
'01C'
,
details
:
'ระดับ C'
,
grade
:
'C'
,
highscore
:
'69'
,
lowscore
:
'60'
,
weight
:
'1'
},
{
check
:
false
,
code
:
'01D'
,
details
:
'ระดับ D'
,
grade
:
'D'
,
highscore
:
'59'
,
lowscore
:
'50'
,
weight
:
'1'
},
{
check
:
false
,
code
:
'01F'
,
details
:
'ระดับ F'
,
grade
:
'F'
,
highscore
:
'49'
,
lowscore
:
'0'
,
weight
:
'1'
},
];
constructor
(
private
toastr
:
ToastrService
)
{
...
...
@@ -45,7 +48,7 @@ export class SubGradeRegistrationComponent {
?
[
'การประเมินสมรรถนะ'
,
'ทะเบียนเกรด'
,
'การจัดการเกรด'
,
'แก้ไขกลุ่มเกรด'
]
:
[
'การประเมินสมรรถนะ'
,
'ทะเบียนเกรด'
,
'การจัดการเกรด'
]
);
}
searchChange
()
{
...
...
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