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
dd78ece5
Commit
dd78ece5
authored
Jun 02, 2025
by
Nattana Chaiyamat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
แก้หน้าจอ
parent
54d9e585
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
6 deletions
+8
-6
header.component.html
src/app/shared/components/header/header.component.html
+5
-5
navservice.ts
src/app/shared/services/navservice.ts
+3
-1
com-boss.png
src/assets/img/icons-menu/com-boss.png
+0
-0
com-self.png
src/assets/img/icons-menu/com-self.png
+0
-0
No files found.
src/app/shared/components/header/header.component.html
View file @
dd78ece5
...
...
@@ -746,16 +746,16 @@
class="ti-dropdown-item cursor-pointer">
<i class="ti ti-settings text-lg"></i>
ประเมินตนเอง
</a>
<a *ngIf="!router.url.includes('/supervisor-evaluation')"
</a>
-->
<
!-- <
a *ngIf="!router.url.includes('/supervisor-evaluation')"
(click)="onNextPartClick('/supervisor-evaluation')" class="ti-dropdown-item cursor-pointer">
<i class="ti ti-settings text-lg"></i>
ประเมินโดยหัวหน้า
</a>
<a (click)="onNextPartClick('
/company-registration
')" class="ti-dropdown-item cursor-pointer">
</a>
-->
<a
(
click
)="
onNextPartClick
('
dashboard
/
projects
')"
class=
"ti-dropdown-item cursor-pointer"
>
<i
class=
"ti ti-settings text-lg"
></i>
หน้าผู้ดูแลระบบ
</a>
-->
</a>
<!-- <a routerLink="/dashboard/crypto" class="ti-dropdown-item">
<i class="ti ti-wallet text-lg"></i>
Bal: $7,12,950
...
...
src/app/shared/services/navservice.ts
View file @
dd78ece5
...
...
@@ -102,19 +102,21 @@ export class NavService implements OnDestroy {
path
:
'ess/self-evaluation'
,
id
:
'm1'
,
show
:
true
,
icon
:
'assets/img/icons-menu/com-self.png'
// children: [
// { id: 'm11', path: 'ess/self-evaluation', title: 'ประเมินตนเอง', type: 'link', show: true },
// { id: 'm12', path: 'ess/supervisor-evaluation', title: 'ประเมินโดยหัวหน้า', type: 'link', show: true },
// ],
},
{
title
:
'ประเมิน
ประเมินโดยหัวหน้าตนเอง
'
,
title
:
'ประเมิน
โดยหัวหน้า
'
,
type
:
'link'
,
selected
:
false
,
active
:
false
,
path
:
'ess/supervisor-evaluation'
,
id
:
'm1'
,
show
:
true
,
icon
:
'assets/img/icons-menu/com-boss.png'
// children: [
// { id: 'm11', path: 'ess/self-evaluation', title: 'ประเมินตนเอง', type: 'link', show: true },
// { id: 'm12', path: 'ess/supervisor-evaluation', title: 'ประเมินโดยหัวหน้า', type: 'link', show: true },
...
...
src/assets/img/icons-menu/com-boss.png
0 → 100644
View file @
dd78ece5
33.5 KB
src/assets/img/icons-menu/com-self.png
0 → 100644
View file @
dd78ece5
28.6 KB
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