Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mySkill-x
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
mySkill-x
Commits
380b4750
Commit
380b4750
authored
Jan 30, 2025
by
pantakan konthang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ปรับ icon
parent
21892507
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
38 additions
and
45 deletions
+38
-45
define-document-form.component.html
.../define-document-form/define-document-form.component.html
+7
-7
evaluation-cycle.component.html
...-manager/evaluation-cycle/evaluation-cycle.component.html
+10
-16
document-form.component.html
...le-performance/document-form/document-form.component.html
+11
-6
management-evaluation-cycle.component.html
...aluation-cycle/management-evaluation-cycle.component.html
+10
-16
No files found.
src/app/components/competency-assessment/evaluation-cycle-manager/define-document-form/define-document-form.component.html
View file @
380b4750
...
...
@@ -89,25 +89,25 @@
<span
class=
"flex justify-center items-center rounded-full h-5 w-5 text-white"
[
ngClass
]="{'
bg-success
'
:item
.
status=
='1','bg-warning':item.status=='2','bg-gray-400':item.status=='3'}"
>
<ng-container
[
ngSwitch
]="
item
.
status
"
>
<
div
class=
"hs-tooltip ti-main-tooltip
"
>
<
span
class=
"hs-tooltip ti-main-tooltip flex items-center
"
>
<i
*
ngSwitchCase=
"'1'"
class=
"ti ti-clock hs-tooltip-toggle"
></i>
<span
class=
"hs-tooltip-content ti-main-tooltip-content py-1 px-2 bg-primary text-white shadow-sm dark:bg-slate-700"
role=
"tooltip"
>
กำลังดำเนินการประเมิน
</span>
</
div
>
<
div
class=
"hs-tooltip ti-main-tooltip
"
>
</
span
>
<
span
class=
"hs-tooltip ti-main-tooltip flex items-center
"
>
<i
*
ngSwitchCase=
"'2'"
class=
"ti ti-hourglass-empty hs-tooltip-toggle"
></i>
<span
class=
"hs-tooltip-content ti-main-tooltip-content py-1 px-2 bg-primary text-white shadow-sm dark:bg-slate-700"
role=
"tooltip"
>
ยังไม่ถึงเวลาการประเมิน
</span>
</
div
>
<
div
class=
"hs-tooltip ti-main-tooltip
"
>
</
span
>
<
span
class=
"hs-tooltip ti-main-tooltip flex items-center
"
>
<i
*
ngSwitchCase=
"'3'"
class=
"ti ti-check hs-tooltip-toggle"
></i>
<span
class=
"hs-tooltip-content ti-main-tooltip-content py-1 px-2 bg-primary text-white shadow-sm dark:bg-slate-700"
role=
"tooltip"
>
สิ้นสุดช่วงเวลาประเมิน
</span>
</
div
>
<
div
*
ngSwitchDefault
></div
>
</
span
>
<
span
*
ngSwitchDefault
></span
>
</ng-container>
</span>
</td>
...
...
src/app/components/competency-assessment/evaluation-cycle-manager/evaluation-cycle/evaluation-cycle.component.html
View file @
380b4750
...
...
@@ -93,31 +93,25 @@
<span
class=
"flex justify-center items-center rounded-full h-5 w-5 text-white"
[
ngClass
]="{'
bg-success
'
:item
.
status=
='1','bg-warning':item.status=='2','bg-gray-400':item.status=='3'}"
>
<ng-container
[
ngSwitch
]="
item
.
status
"
>
<div
class=
"hs-tooltip ti-main-tooltip
"
>
<span
class=
"hs-tooltip ti-main-tooltip flex items-center
"
>
<i
*
ngSwitchCase=
"'1'"
class=
"ti ti-clock hs-tooltip-toggle"
></i>
<span
class=
"hs-tooltip-content ti-main-tooltip-content py-1 px-2 bg-primary text-white shadow-sm dark:bg-slate-700"
role=
"tooltip"
>
<span
class=
"hs-tooltip-content ti-main-tooltip-content py-1 px-2 bg-primary text-white shadow-sm dark:bg-slate-700"
role=
"tooltip"
>
กำลังดำเนินการประเมิน
</span>
</div
>
<div
class=
"hs-tooltip ti-main-tooltip
"
>
</span
>
<span
class=
"hs-tooltip ti-main-tooltip flex items-center
"
>
<i
*
ngSwitchCase=
"'2'"
class=
"ti ti-hourglass-empty hs-tooltip-toggle"
></i>
<span
class=
"hs-tooltip-content ti-main-tooltip-content py-1 px-2 bg-primary text-white shadow-sm dark:bg-slate-700"
role=
"tooltip"
>
<span
class=
"hs-tooltip-content ti-main-tooltip-content py-1 px-2 bg-primary text-white shadow-sm dark:bg-slate-700"
role=
"tooltip"
>
ยังไม่ถึงเวลาการประเมิน
</span>
</div
>
<div
class=
"hs-tooltip ti-main-tooltip
"
>
</span
>
<span
class=
"hs-tooltip ti-main-tooltip flex items-center
"
>
<i
*
ngSwitchCase=
"'3'"
class=
"ti ti-check hs-tooltip-toggle"
></i>
<span
class=
"hs-tooltip-content ti-main-tooltip-content py-1 px-2 bg-primary text-white shadow-sm dark:bg-slate-700"
role=
"tooltip"
>
<span
class=
"hs-tooltip-content ti-main-tooltip-content py-1 px-2 bg-primary text-white shadow-sm dark:bg-slate-700"
role=
"tooltip"
>
สิ้นสุดช่วงเวลาประเมิน
</span>
</div
>
<div
*
ngSwitchDefault
></div
>
</span
>
<span
*
ngSwitchDefault
></span
>
</ng-container>
</span>
</td>
...
...
src/app/components/performance-management-evaluation/evaluation-cycle-performance/document-form/document-form.component.html
View file @
380b4750
...
...
@@ -56,20 +56,25 @@
<span
class=
"flex justify-center items-center rounded-full h-5 w-5 text-white"
[
ngClass
]="{'
bg-success
'
:item
.
status=
='1','bg-warning':item.status=='2','bg-gray-400':item.status=='3'}"
>
<ng-container
[
ngSwitch
]="
item
.
status
"
>
<
div
class=
"hs-tooltip ti-main-tooltip
"
>
<
span
class=
"hs-tooltip ti-main-tooltip flex items-center
"
>
<i
*
ngSwitchCase=
"'1'"
class=
"ti ti-clock hs-tooltip-toggle"
></i>
<span
class=
"hs-tooltip-content ti-main-tooltip-content py-1 px-2 bg-primary text-white shadow-sm dark:bg-slate-700"
role=
"tooltip"
>
กำลังดำเนินการประเมิน
</span>
</
div
>
<
div
class=
"hs-tooltip ti-main-tooltip
"
>
</
span
>
<
span
class=
"hs-tooltip ti-main-tooltip flex items-center
"
>
<i
*
ngSwitchCase=
"'2'"
class=
"ti ti-hourglass-empty hs-tooltip-toggle"
></i>
<span
class=
"hs-tooltip-content ti-main-tooltip-content py-1 px-2 bg-primary text-white shadow-sm dark:bg-slate-700"
role=
"tooltip"
>
ยังไม่ถึงเวลาการประเมิน
</span>
</div>
<div
*
ngSwitchDefault
></div>
</span>
<!-- <span class="hs-tooltip ti-main-tooltip flex items-center">
<i *ngSwitchCase="'3'" class="ti ti-check hs-tooltip-toggle"></i>
<span class="hs-tooltip-content ti-main-tooltip-content py-1 px-2 bg-primary text-white shadow-sm dark:bg-slate-700" role="tooltip">
สิ้นสุดช่วงเวลาประเมิน
</span>
</span> -->
<span
*
ngSwitchDefault
></span>
</ng-container>
</span>
</td>
...
...
src/app/components/performance-management-evaluation/evaluation-cycle-performance/management-evaluation-cycle/management-evaluation-cycle.component.html
View file @
380b4750
...
...
@@ -93,31 +93,25 @@
<span
class=
"flex justify-center items-center rounded-full h-5 w-5 text-white"
[
ngClass
]="{'
bg-success
'
:item
.
status=
='1','bg-warning':item.status=='2','bg-gray-400':item.status=='3'}"
>
<ng-container
[
ngSwitch
]="
item
.
status
"
>
<div
class=
"hs-tooltip ti-main-tooltip
"
>
<span
class=
"hs-tooltip ti-main-tooltip flex items-center
"
>
<i
*
ngSwitchCase=
"'1'"
class=
"ti ti-clock hs-tooltip-toggle"
></i>
<span
class=
"hs-tooltip-content ti-main-tooltip-content py-1 px-2 bg-primary text-white shadow-sm dark:bg-slate-700"
role=
"tooltip"
>
<span
class=
"hs-tooltip-content ti-main-tooltip-content py-1 px-2 bg-primary text-white shadow-sm dark:bg-slate-700"
role=
"tooltip"
>
กำลังดำเนินการประเมิน
</span>
</div
>
<div
class=
"hs-tooltip ti-main-tooltip
"
>
</span
>
<span
class=
"hs-tooltip ti-main-tooltip flex items-center
"
>
<i
*
ngSwitchCase=
"'2'"
class=
"ti ti-hourglass-empty hs-tooltip-toggle"
></i>
<span
class=
"hs-tooltip-content ti-main-tooltip-content py-1 px-2 bg-primary text-white shadow-sm dark:bg-slate-700"
role=
"tooltip"
>
<span
class=
"hs-tooltip-content ti-main-tooltip-content py-1 px-2 bg-primary text-white shadow-sm dark:bg-slate-700"
role=
"tooltip"
>
ยังไม่ถึงเวลาการประเมิน
</span>
</div
>
<div
class=
"hs-tooltip ti-main-tooltip
"
>
</span
>
<span
class=
"hs-tooltip ti-main-tooltip flex items-center
"
>
<i
*
ngSwitchCase=
"'3'"
class=
"ti ti-check hs-tooltip-toggle"
></i>
<span
class=
"hs-tooltip-content ti-main-tooltip-content py-1 px-2 bg-primary text-white shadow-sm dark:bg-slate-700"
role=
"tooltip"
>
<span
class=
"hs-tooltip-content ti-main-tooltip-content py-1 px-2 bg-primary text-white shadow-sm dark:bg-slate-700"
role=
"tooltip"
>
สิ้นสุดช่วงเวลาประเมิน
</span>
</div
>
<div
*
ngSwitchDefault
></div
>
</span
>
<span
*
ngSwitchDefault
></span
>
</ng-container>
</span>
</td>
...
...
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