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
1816494e
Commit
1816494e
authored
Jun 02, 2025
by
Ooh-Ao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
รายงาน
parent
1ae0bac7
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
13 deletions
+13
-13
dashboard-routing.module.ts
src/app/components/dashboard/dashboard-routing.module.ts
+1
-1
dashboard.module.ts
src/app/components/dashboard/dashboard.module.ts
+6
-6
navservice.ts
src/app/shared/services/navservice.ts
+6
-6
No files found.
src/app/components/dashboard/dashboard-routing.module.ts
View file @
1816494e
...
...
@@ -108,7 +108,7 @@ const routes: Routes = [
{
path
:
"admin/time-attendance"
,
title
:
'ทะเบียนการประเมินเวลาทำงาน'
,
component
:
TimeAttendanceComponent
},
{
path
:
"admin/role-permission-config"
,
title
:
'กำหนดสิทธิการเข้าใช้งาน'
,
component
:
RolePermissionConfigComponent
},
{
path
:
"ess/employee-self-service"
,
title
:
'employee-self-service'
,
component
:
EmployeeSelfServiceComponent
},
{
path
:
"ess/my-skill-x-module"
,
title
:
'my-skill-x-module'
,
component
:
MySkillXModuleComponent
},
{
path
:
"admin/report-com-1"
,
title
:
'report-com-1'
,
component
:
ReportCom1Component
},
{
path
:
"admin/report-com-2"
,
title
:
'report-com-2'
,
component
:
ReportCom2Component
},
{
path
:
"admin/report-com-3"
,
title
:
'report-com-3'
,
component
:
ReportCom3Component
},
...
...
src/app/components/dashboard/dashboard.module.ts
View file @
1816494e
...
...
@@ -323,6 +323,12 @@ export class CustomDateAdapter extends NativeDateAdapter {
EmployeeSelfServiceComponent
,
MySkillXModuleComponent
,
DashboardEvaluationComponent
,
ReportCom1Component
,
ReportCom2Component
,
ReportCom3Component
,
ReportPms1Component
,
ReportPms2Component
,
ReportPms3Component
],
imports
:
[
CommonModule
,
...
...
@@ -398,12 +404,6 @@ export class CustomDateAdapter extends NativeDateAdapter {
EmpStatusService
,
ConfigPermissionService
,
TokenService
,
ReportCom1Component
,
ReportCom2Component
,
ReportCom3Component
,
ReportPms1Component
,
ReportPms2Component
,
ReportPms3Component
{
provide
:
HTTP_INTERCEPTORS
,
useClass
:
HttpRequestInterceptor
,
...
...
src/app/shared/services/navservice.ts
View file @
1816494e
...
...
@@ -236,12 +236,12 @@ export class NavService implements OnDestroy {
show
:
true
,
icon
:
'assets/img/icons-menu/com-self.png'
,
children
:
[
{
id
:
'm61'
,
path
:
'admin/report-com-1'
,
title
:
'รายงา
ย
Competency 1'
,
type
:
'link'
,
show
:
true
},
{
id
:
'm62'
,
path
:
'admin/report-com-2'
,
title
:
'รายงา
ย
Competency 2'
,
type
:
'link'
,
show
:
true
},
{
id
:
'm63'
,
path
:
'admin/report-com-3'
,
title
:
'รายงา
ย
Competency 3'
,
type
:
'link'
,
show
:
true
},
{
id
:
'm64'
,
path
:
'admin/report-pms-1'
,
title
:
'รายงา
ย
PMS 1'
,
type
:
'link'
,
show
:
true
},
{
id
:
'm65'
,
path
:
'admin/report-pms-2'
,
title
:
'รายงา
ย
PMS 2'
,
type
:
'link'
,
show
:
true
},
{
id
:
'm66'
,
path
:
'admin/report-pms-3'
,
title
:
'รายงา
ย
PMS 3'
,
type
:
'link'
,
show
:
true
},
{
id
:
'm61'
,
path
:
'admin/report-com-1'
,
title
:
'รายงา
น
Competency 1'
,
type
:
'link'
,
show
:
true
},
{
id
:
'm62'
,
path
:
'admin/report-com-2'
,
title
:
'รายงา
น
Competency 2'
,
type
:
'link'
,
show
:
true
},
{
id
:
'm63'
,
path
:
'admin/report-com-3'
,
title
:
'รายงา
น
Competency 3'
,
type
:
'link'
,
show
:
true
},
{
id
:
'm64'
,
path
:
'admin/report-pms-1'
,
title
:
'รายงา
น
PMS 1'
,
type
:
'link'
,
show
:
true
},
{
id
:
'm65'
,
path
:
'admin/report-pms-2'
,
title
:
'รายงา
น
PMS 2'
,
type
:
'link'
,
show
:
true
},
{
id
:
'm66'
,
path
:
'admin/report-pms-3'
,
title
:
'รายงา
น
PMS 3'
,
type
:
'link'
,
show
:
true
},
],
},
]
...
...
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