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
e9ba937e
Commit
e9ba937e
authored
Jan 27, 2025
by
Nattana Chaiyamat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ประเมิน PMS
parent
f340884f
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
14 changed files
with
75 additions
and
47 deletions
+75
-47
dashboard-routing.module.ts
src/app/components/dashboard/dashboard-routing.module.ts
+1
-1
dashboard.module.ts
src/app/components/dashboard/dashboard.module.ts
+4
-2
idp-evalution.component.html
...ce-evaluation/idp-evaluation/idp-evalution.component.html
+2
-1
idp-evalution.component.scss
...ce-evaluation/idp-evaluation/idp-evalution.component.scss
+0
-0
idp-evalution.component.ts
...ance-evaluation/idp-evaluation/idp-evalution.component.ts
+6
-1
pms-evalution.component.html
...ce-evaluation/pms-evaluation/pms-evalution.component.html
+0
-0
pms-evalution.component.scss
...ce-evaluation/pms-evaluation/pms-evalution.component.scss
+0
-0
pms-evalution.component.ts
...ance-evaluation/pms-evaluation/pms-evalution.component.ts
+0
-0
round-one.component.html
.../supervisor-evaluation/round-one/round-one.component.html
+22
-18
round-one.component.scss
.../supervisor-evaluation/round-one/round-one.component.scss
+0
-1
round-one.component.ts
...on/supervisor-evaluation/round-one/round-one.component.ts
+4
-0
supervisor-evaluation.component.html
...upervisor-evaluation/supervisor-evaluation.component.html
+28
-19
supervisor-evaluation.component.ts
.../supervisor-evaluation/supervisor-evaluation.component.ts
+1
-0
style.css
src/assets/css/style.css
+7
-4
No files found.
src/app/components/dashboard/dashboard-routing.module.ts
View file @
e9ba937e
...
@@ -38,7 +38,7 @@ import { EvaluationFactorsComponent } from '../performance-management-evaluation
...
@@ -38,7 +38,7 @@ import { EvaluationFactorsComponent } from '../performance-management-evaluation
import
{
GradeRegistrationComponent
}
from
'../competency-assessment/grade-registration/grade-registration.component'
;
import
{
GradeRegistrationComponent
}
from
'../competency-assessment/grade-registration/grade-registration.component'
;
import
{
SettingPerformanceEvalutionComponent
}
from
'../performance-management-evaluation/setting-performance-evalution/setting-performance-evalution.component'
;
import
{
SettingPerformanceEvalutionComponent
}
from
'../performance-management-evaluation/setting-performance-evalution/setting-performance-evalution.component'
;
import
{
SelfEvaluationComponent
}
from
'../performance-evaluation/self-evaluation/self-evaluation.component'
;
import
{
SelfEvaluationComponent
}
from
'../performance-evaluation/self-evaluation/self-evaluation.component'
;
import
{
IdpEvalutionComponent
}
from
'../evaluation/idp-evalution.component'
;
import
{
IdpEvalutionComponent
}
from
'../
performance-evaluation/idp-
evaluation/idp-evalution.component'
;
...
...
src/app/components/dashboard/dashboard.module.ts
View file @
e9ba937e
...
@@ -110,8 +110,9 @@ import { SubGradeRegistrationComponent } from '../competency-assessment/grade-re
...
@@ -110,8 +110,9 @@ import { SubGradeRegistrationComponent } from '../competency-assessment/grade-re
import
{
SettingPerformanceEvalutionComponent
}
from
'../performance-management-evaluation/setting-performance-evalution/setting-performance-evalution.component'
;
import
{
SettingPerformanceEvalutionComponent
}
from
'../performance-management-evaluation/setting-performance-evalution/setting-performance-evalution.component'
;
import
{
AssessmentSystemConfigurationComponent
}
from
'../performance-management-evaluation/setting-performance-evalution/assessment-system-configuration/assessment-system-configuration.component'
;
import
{
AssessmentSystemConfigurationComponent
}
from
'../performance-management-evaluation/setting-performance-evalution/assessment-system-configuration/assessment-system-configuration.component'
;
import
{
SelfEvaluationComponent
}
from
'../performance-evaluation/self-evaluation/self-evaluation.component'
;
import
{
SelfEvaluationComponent
}
from
'../performance-evaluation/self-evaluation/self-evaluation.component'
;
import
{
IdpEvalutionComponent
}
from
'../evaluation/idp-evalution.component'
;
import
{
CompanyRegistrationPageComponent
}
from
'../company-components/company-registration/company-registration-page/company-registration-page.component'
;
import
{
CompanyRegistrationPageComponent
}
from
'../company-components/company-registration/company-registration-page/company-registration-page.component'
;
import
{
IdpEvalutionComponent
}
from
'../performance-evaluation/idp-evaluation/idp-evalution.component'
;
import
{
PmsEvalutionComponent
}
from
'../performance-evaluation/pms-evaluation/pms-evalution.component'
;
@
NgModule
({
@
NgModule
({
declarations
:
[
declarations
:
[
...
@@ -205,7 +206,8 @@ import { CompanyRegistrationPageComponent } from '../company-components/company-
...
@@ -205,7 +206,8 @@ import { CompanyRegistrationPageComponent } from '../company-components/company-
AssessmentSystemConfigurationComponent
,
AssessmentSystemConfigurationComponent
,
SelfEvaluationComponent
,
SelfEvaluationComponent
,
IdpEvalutionComponent
,
IdpEvalutionComponent
,
CompanyRegistrationPageComponent
CompanyRegistrationPageComponent
,
PmsEvalutionComponent
,
],
],
imports
:
[
imports
:
[
CommonModule
,
CommonModule
,
...
...
src/app/components/evaluation/idp-evalution.component.html
→
src/app/components/
performance-evaluation/idp-
evaluation/idp-evalution.component.html
View file @
e9ba937e
...
@@ -9,7 +9,8 @@
...
@@ -9,7 +9,8 @@
<ng-template
#
idpEvaluation
>
<ng-template
#
idpEvaluation
>
<div
class=
"pb-2rem px-2rem pt-1.5rem w-full min-height-50px justify-between items-center"
>
<div
class=
"pb-2rem px-2rem pt-1.5rem w-full min-height-50px justify-between items-center"
>
<div
class=
"flex"
>
<div
class=
"flex"
>
<button
type=
"button"
class=
"ti-btn ti-btn-outline ti-btn-outline-light h-20px m-0 shadow-md text-blue-500"
>
<button
type=
"button"
class=
"ti-btn ti-btn-outline ti-btn-outline-light h-20px m-0 shadow-md text-blue-500"
(
click
)="
returnPage
()"
>
<i
class=
"ti ti-chevron-left"
></i>
<i
class=
"ti ti-chevron-left"
></i>
ย้อนกลับ
ย้อนกลับ
</button>
</button>
...
...
src/app/components/evaluation/idp-evalution.component.scss
→
src/app/components/
performance-evaluation/idp-
evaluation/idp-evalution.component.scss
View file @
e9ba937e
File moved
src/app/components/evaluation/idp-evalution.component.ts
→
src/app/components/
performance-evaluation/idp-
evaluation/idp-evalution.component.ts
View file @
e9ba937e
import
{
Component
}
from
'@angular/core'
;
import
{
Component
,
EventEmitter
,
Output
}
from
'@angular/core'
;
export
interface
DataModel
{
export
interface
DataModel
{
code
:
string
,
code
:
string
,
bis
:
BisModel
[],
bis
:
BisModel
[],
...
@@ -23,6 +23,7 @@ export interface CdrModel {
...
@@ -23,6 +23,7 @@ export interface CdrModel {
styleUrls
:
[
'./idp-evalution.component.scss'
]
styleUrls
:
[
'./idp-evalution.component.scss'
]
})
})
export
class
IdpEvalutionComponent
{
export
class
IdpEvalutionComponent
{
@
Output
()
sendPageEvalution
:
EventEmitter
<
string
>
=
new
EventEmitter
<
string
>
();
pathTitle
=
[
'การประเมินผล'
,
'ประเมินผล'
]
pathTitle
=
[
'การประเมินผล'
,
'ประเมินผล'
]
hoveredCode
:
string
|
null
=
null
;
hoveredCode
:
string
|
null
=
null
;
dataList
:
DataModel
[]
=
[{
dataList
:
DataModel
[]
=
[{
...
@@ -81,4 +82,8 @@ export class IdpEvalutionComponent {
...
@@ -81,4 +82,8 @@ export class IdpEvalutionComponent {
dataListFilter
()
{
dataListFilter
()
{
return
this
.
dataList
return
this
.
dataList
}
}
returnPage
()
{
this
.
sendPageEvalution
.
emit
(
""
)
}
}
}
src/app/components/performance-evaluation/pms-evaluation/pms-evalution.component.html
0 → 100644
View file @
e9ba937e
This diff is collapsed.
Click to expand it.
src/app/components/performance-evaluation/pms-evaluation/pms-evalution.component.scss
0 → 100644
View file @
e9ba937e
src/app/components/performance-evaluation/pms-evaluation/pms-evalution.component.ts
0 → 100644
View file @
e9ba937e
This diff is collapsed.
Click to expand it.
src/app/components/performance-evaluation/supervisor-evaluation/round-one/round-one.component.html
View file @
e9ba937e
<div
class=
"header-title-type"
>
<div
class=
"header-title-type
p-0
"
>
<div
class=
"flex justify-end"
>
<div
class=
"flex justify-end"
>
<div
class=
"px-1"
>
<div
class=
"px-1"
>
<div
class=
"relative shadow-md"
>
<div
class=
"relative shadow-md"
>
<input
type=
"text"
id=
"hs-leading-icon"
name=
"hs-leading-icon"
<input
type=
"text"
id=
"hs-leading-icon"
name=
"hs-leading-icon"
class=
"ti-form-input ltr:pl-11 rtl:pr-11 focus:z-10 "
placeholder=
"Search by No. or Name"
style=
"height: 40px;"
>
class=
"ti-form-input ltr:pl-11 rtl:pr-11 focus:z-10 "
placeholder=
"Search by No. or Name"
style=
"height: 40px;"
>
<div
<div
class=
"absolute inset-y-0 ltr:left-0 rtl:right-0 flex items-center pointer-events-none z-20 ltr:pl-4 rtl:pr-4"
>
class=
"absolute inset-y-0 ltr:left-0 rtl:right-0 flex items-center pointer-events-none z-20 ltr:pl-4 rtl:pr-4"
>
<i
class=
"ri-search-line text-gray"
></i>
<i
class=
"ri-search-line text-gray"
></i>
...
@@ -17,16 +18,14 @@
...
@@ -17,16 +18,14 @@
</button>
</button>
</div>
</div>
</div>
</div>
</div>
</div>
<div
class=
"header-title-table bg-soft-secondary text-primary"
>
<div
class=
"header-title-table bg-soft-secondary text-primary"
>
<span>
ประเมินสมรรถนะ
</span>
<span>
ประเมินสมรรถนะ
</span>
</div>
</div>
<div
class=
"overflow-auto table-bordered rounded-t-md"
>
<div
class=
"page px-rem"
>
<div
id=
"card-type-1"
role=
"tabpanel"
aria-labelledby=
"card-type-item-1"
>
<div
class=
"overflow-auto table-bordered rounded-t-md"
>
<div
id=
"card-type-1"
role=
"tabpanel"
aria-labelledby=
"card-type-item-1"
>
<div
class=
"overflow-auto shadow-md"
>
<div
class=
"overflow-auto shadow-md"
>
<table
class=
"ti-custom-table ti-custom-table-head ti-custom-table-hover"
>
<table
class=
"ti-custom-table ti-custom-table-head ti-custom-table-hover"
>
<thead>
<thead>
<tr>
<tr>
<ng-container
<ng-container
...
@@ -47,7 +46,8 @@
...
@@ -47,7 +46,8 @@
</tr>
</tr>
</thead>
</thead>
<tbody>
<tbody>
<tr
*
ngFor=
"let item of[
<tr
*
ngFor=
"let item of[
['10001', 'ธนพัต อาชาไชย', 'HRD training Officer', '', '', '', '70', 'c', 'ประเมินเเล้ว', 'ผู้อนุมัติลำดับที่ 1'],
['10001', 'ธนพัต อาชาไชย', 'HRD training Officer', '', '', '', '70', 'c', 'ประเมินเเล้ว', 'ผู้อนุมัติลำดับที่ 1'],
['10002', 'พิชญาภา มหาเมธี', 'HRD training Officer', '', '', '', '-', '-', 'ยังไม่ประเมิน', '-'],
['10002', 'พิชญาภา มหาเมธี', 'HRD training Officer', '', '', '', '-', '-', 'ยังไม่ประเมิน', '-'],
['10003', 'นิรดา บุญเทพ', 'HRD training Officer', '', '', '', '76', '', 'ประเมินเเล้ว', 'ผู้อนุมัติลำดับที่3'],
['10003', 'นิรดา บุญเทพ', 'HRD training Officer', '', '', '', '76', '', 'ประเมินเเล้ว', 'ผู้อนุมัติลำดับที่3'],
...
@@ -58,24 +58,29 @@
...
@@ -58,24 +58,29 @@
<td
class=
"text-center"
style=
"font-size: 12px; width: 150px;"
>
{{item[0]}}
</td>
<td
class=
"text-center"
style=
"font-size: 12px; width: 150px;"
>
{{item[0]}}
</td>
<td
style=
"font-size: 12px; width: 175px;"
>
{{item[1]}}
</td>
<td
style=
"font-size: 12px; width: 175px;"
>
{{item[1]}}
</td>
<td
style=
"font-size: 12px;"
>
{{item[2]}}
</td>
<td
style=
"font-size: 12px;"
>
{{item[2]}}
</td>
<td
class=
"flex justify-center"
>
<td
class=
"flex justify-center"
>
<button
type=
"button"
class=
"ti-btn rounded-sm ti-btn-secondary"
style=
"height: 15px; width: 45px; font-size: 12px; display: flex; align-items: center; justify-content: center;"
>
<button
type=
"button"
class=
"ti-btn rounded-sm ti-btn-secondary"
style=
"height: 15px; width: 45px; font-size: 12px; display: flex; align-items: center; justify-content: center;"
>
CC
CC
</button>
</button>
<button
type=
"button"
class=
"ti-btn rounded-sm ti-btn-warning"
style=
"height: 15px; width: 45px; font-size: 12px; display: flex; align-items: center; justify-content: center;"
>
<button
type=
"button"
class=
"ti-btn rounded-sm ti-btn-warning"
style=
"height: 15px; width: 45px; font-size: 12px; display: flex; align-items: center; justify-content: center;"
>
MC
MC
</button>
</button>
<button
type=
"button"
class=
"ti-btn rounded-sm ti-btn-success"
style=
"height: 15px; width: 45px; font-size: 12px; display: flex; align-items: center; justify-content: center;"
>
<button
type=
"button"
class=
"ti-btn rounded-sm ti-btn-success"
style=
"height: 15px; width: 45px; font-size: 12px; display: flex; align-items: center; justify-content: center;"
>
PC
PC
</button>
</button>
</td>
</td>
<td
style=
"width: 160px; text-align: center; vertical-align: middle;"
>
<td
style=
"width: 160px; text-align: center; vertical-align: middle;"
>
<button
type=
"button"
class=
"ti-btn rounded-sm soft-dark text-white text-center"
style=
"height: 15px; width: 45px; font-size: 12px;"
>
<button
type=
"button"
class=
"ti-btn rounded-sm soft-dark text-white text-center"
style=
"height: 15px; width: 45px; font-size: 12px;"
(
click
)="
returnPage
('
idp
')"
>
IDP
IDP
</button>
</button>
</td>
</td>
<td
class=
"text-center"
>
<td
class=
"text-center"
>
<button
type=
"button"
class=
"ti-btn rounded-sm ti-btn-success"
style=
"height: 15px; width: 55px; font-size: 12px; display: flex; align-items: center; justify-content: center;"
>
<button
type=
"button"
class=
"ti-btn rounded-sm ti-btn-success"
style=
"height: 15px; width: 55px; font-size: 12px; display: flex; align-items: center; justify-content: center;"
(
click
)="
returnPage
('
pms
')"
>
ประเมิน
ประเมิน
</button>
</button>
</td>
</td>
...
@@ -89,5 +94,4 @@
...
@@ -89,5 +94,4 @@
</table>
</table>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
\ No newline at end of file
\ No newline at end of file
src/app/components/performance-evaluation/supervisor-evaluation/round-one/round-one.component.scss
View file @
e9ba937e
...
@@ -125,7 +125,6 @@
...
@@ -125,7 +125,6 @@
// margin-bottom: 10px;
// margin-bottom: 10px;
justify-content
:
space-between
;
/* จัดเรียงองค์ประกอบภายใน */
justify-content
:
space-between
;
/* จัดเรียงองค์ประกอบภายใน */
align-items
:
center
;
/* จัดกลางแนวตั้ง */
align-items
:
center
;
/* จัดกลางแนวตั้ง */
padding-top
:
50px
;
padding-bottom
:
1rem
;
padding-bottom
:
1rem
;
}
}
.header-title-table
{
.header-title-table
{
...
...
src/app/components/performance-evaluation/supervisor-evaluation/round-one/round-one.component.ts
View file @
e9ba937e
...
@@ -9,6 +9,7 @@ import { ToastrService } from 'ngx-toastr';
...
@@ -9,6 +9,7 @@ import { ToastrService } from 'ngx-toastr';
export
class
RoundOneComponent
{
export
class
RoundOneComponent
{
@
Input
()
pathTitle
=
[
'การประเมินสมรรถนะ'
,
'ทะเบียนเครื่องมือ'
,
'เครื่องมือประเมิน'
];
@
Input
()
pathTitle
=
[
'การประเมินสมรรถนะ'
,
'ทะเบียนเครื่องมือ'
,
'เครื่องมือประเมิน'
];
@
Output
()
sendPathTitle
:
EventEmitter
<
string
[]
>
=
new
EventEmitter
<
string
[]
>
();
@
Output
()
sendPathTitle
:
EventEmitter
<
string
[]
>
=
new
EventEmitter
<
string
[]
>
();
@
Output
()
sendPageEvalution
:
EventEmitter
<
string
>
=
new
EventEmitter
<
string
>
();
activeTab
:
string
=
'tab1'
;
// กำหนด tab เริ่มต้น
activeTab
:
string
=
'tab1'
;
// กำหนด tab เริ่มต้น
isChecked
:
boolean
=
false
;
isChecked
:
boolean
=
false
;
...
@@ -86,5 +87,8 @@ export class RoundOneComponent {
...
@@ -86,5 +87,8 @@ export class RoundOneComponent {
positionClass
:
'toast-top-right'
,
positionClass
:
'toast-top-right'
,
});
});
}
}
returnPage
(
text
:
string
)
{
this
.
sendPageEvalution
.
emit
(
text
)
}
}
}
src/app/components/performance-evaluation/supervisor-evaluation/supervisor-evaluation.component.html
View file @
e9ba937e
<app-page-header
[
pathTitle
]="
pathTitle
"
></app-page-header>
<ng-container
*
ngIf=
"pageEvalution==''"
>
<div
class=
"bg-card-white"
>
<app-page-header
[
pathTitle
]="
pathTitle
"
></app-page-header>
</div>
<div
class=
"bg-card-white"
>
<div
class=
"block-main-content"
>
</div>
<div
class=
"text-lg font-bold py-2 text-primary px-8"
>
<div
class=
"block-main-content"
>
<div
class=
"font-size-18px font-weight-700 pt-1.5rem text-primary px-2rem"
>
ประเมินผล ประจำปี 2024
ประเมินผล ประจำปี 2024
</div>
</div>
<div
class=
"page
"
>
<div
class=
"pt-0.75rem
"
>
<div
class=
"border-b border-gray-200 dark:border-white/10 px-8
"
>
<div
class=
"border-b border-gray-200 dark:border-white/10 px-2rem
"
>
<nav
class=
"flex rtl:space-x-reverse space-x-5"
style=
"padding-top: 20px;
"
>
<nav
class=
" flex space-x-2 rtl:space-x-reverse
"
>
<a
class=
"border w-44 justify-center rounded-4px hs-tab-active:!bg-primary hs-tab-active:border-primary hs-tab-active:!text-white -mb-px py-2 px-3 inline-flex items-center gap-2 font-size-16px font-weight-500 text-center text-white hover:text-gray-900 bg-primary
"
<a
class=
"border justify-center rounded-top-4px bg-primary text-white -mb-px py-2 px-3 inline-flex items-center gap-2 font-size-16px font-weight-500 text-center text-gray-600 active
"
href=
"javascript:void(0);"
id=
"underlin
e-item-1"
data-hs-tab=
"#underline-1"
href=
"javascript:void(0);"
id=
"card-typ
e-item-1"
data-hs-tab=
"#underline-1"
aria-controls=
"underline-1"
(
click
)="
pathTitle =
['การประเมินผล',
'ประเมินโดยหัวหน้า']
"
>
aria-controls=
"underline-1
"
>
รอบการประเมินที่ 1/2
รอบการประเมินที่ 1/2
</a>
</a>
<a
style=
"margin-left: 100px;"
class=
"border w-44 justify-center rounded-4px hs-tab-active:!bg-primary hs-tab-active:border-primary hs-tab-active:!text-white -mb-px py-2 px-3 inline-flex items-center gap-2 font-size-16px font-weight-500 text-center text-white hover:text-gray-900 bg-primary
"
<a
class=
"border justify-center rounded-top-4px bg-primary text-white -mb-px py-2 px-3 inline-flex items-center gap-2 font-size-16px font-weight-500 text-center text-gray-600 active
"
href=
"javascript:void(0);"
id=
"underline-item-2"
data-hs-tab=
"#underline-2
"
href=
"javascript:void(0);"
id=
"card-type-item-1"
data-hs-tab=
"#underline-1
"
aria-controls=
"underline-2"
(
click
)="
pathTitle =
['การประเมินผล',
'ประเมินโดยหัวหน้า']
"
>
aria-controls=
"underline-1
"
>
รอบการประเมินที่ 2/2
รอบการประเมินที่ 2/2
</a>
</a>
</nav>
</nav>
</div>
</div>
<div
class=
"mt-3 px-3
rem"
>
<div
class=
"pt-50px px-2
rem"
>
<div
id=
"underline-1"
role=
"tabpanel"
aria-labelledby=
"underline-item-1"
>
<div
id=
"underline-1"
role=
"tabpanel"
aria-labelledby=
"underline-item-1"
>
<app-round-one
[
pathTitle
]="
pathTitle
"
<app-round-one
[
pathTitle
]="
pathTitle
"
(
sendPathTitle
)="
pathTitle=
$event
"
(
sendPathTitle
)="
pathTitle
=
$event"
></app-round-one>
(
sendPageEvalution
)="
pageEvalution
=
$event"
></app-round-one>
</div>
</div>
<div
id=
"underline-2"
role=
"tabpanel"
aria-labelledby=
"underline-item-2"
>
<div
id=
"underline-2"
role=
"tabpanel"
aria-labelledby=
"underline-item-2"
>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
\ No newline at end of file
</ng-container>
<ng-container
*
ngIf=
"pageEvalution=='idp'"
>
<app-idp-evalution
(
sendPageEvalution
)="
pageEvalution=
$event"
></app-idp-evalution>
</ng-container>
<ng-container
*
ngIf=
"pageEvalution=='pms'"
>
<app-pms-evalution
(
sendPageEvalution
)="
pageEvalution=
$event"
></app-pms-evalution>
</ng-container>
\ No newline at end of file
src/app/components/performance-evaluation/supervisor-evaluation/supervisor-evaluation.component.ts
View file @
e9ba937e
...
@@ -7,4 +7,5 @@ import { Component } from '@angular/core';
...
@@ -7,4 +7,5 @@ import { Component } from '@angular/core';
})
})
export
class
SupervisorEvaluationComponent
{
export
class
SupervisorEvaluationComponent
{
pathTitle
=
[
'การประเมินผล'
,
'ประเมินโดยหัวหน้า'
]
pathTitle
=
[
'การประเมินผล'
,
'ประเมินโดยหัวหน้า'
]
pageEvalution
=
''
}
}
src/assets/css/style.css
View file @
e9ba937e
...
@@ -9551,12 +9551,12 @@ select.tabulator-page-size option {
...
@@ -9551,12 +9551,12 @@ select.tabulator-page-size option {
padding-left: 0px !important;
padding-left: 0px !important;
padding-right: 0px !important;
padding-right: 0px !important;
}
}
.sor
table-data select {
f
table-data select {
border-radius: 0.5rem !important;
border-radius: 0.5rem !important;
border-color: inherit !important;
border-color: inherit !important;
background-size: 1rem 1rem !important;
background-size: 1rem 1rem !important;
}
}
.sor
table-data .choices {
f
table-data .choices {
margin-bottom: 0px !important;
margin-bottom: 0px !important;
}
}
.tabulator .tabulator-col-resize-handle:last-child {
.tabulator .tabulator-col-resize-handle:last-child {
...
@@ -9630,7 +9630,7 @@ select.tabulator-page-size option {
...
@@ -9630,7 +9630,7 @@ select.tabulator-page-size option {
}
}
.tabulator
.tabulator
.tabulator-header
.tabulator-header
.tabulator-col.tabulator
-sor
table[aria-sort="ascending"]
.tabulator-col.tabulator
f
table[aria-sort="ascending"]
.tabulator-col-content
.tabulator-col-content
.tabulator-col-sorter {
.tabulator-col-sorter {
--tw-text-opacity: 1;
--tw-text-opacity: 1;
...
@@ -24878,7 +24878,10 @@ div:where(.swal2-container) div:where(.swal2-validation-message) {
...
@@ -24878,7 +24878,10 @@ div:where(.swal2-container) div:where(.swal2-validation-message) {
.border-none
{
.border-none
{
border
:
none
;
border
:
none
;
}
}
.bg-table-soft-gray
{
--tw-bg-opacity
:
1
;
background-color
:
rgb
(
241
245
249
/
var
(
--tw-bg-opacity
));
}
.bg-table-gray
{
.bg-table-gray
{
background-color
:
rgb
(
170
170
170
);
background-color
:
rgb
(
170
170
170
);
}
}
...
...
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