Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
portal-apps-manage
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
portal-apps-manage
Commits
cd8b43e6
Commit
cd8b43e6
authored
Sep 25, 2025
by
sawit
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
แสดง ลำดับ
parent
68c5ab8e
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
11 deletions
+7
-11
permission-employeelist.component.html
...ssion-employeelist/permission-employeelist.component.html
+3
-9
en.json
src/assets/i18n/en.json
+2
-1
th.json
src/assets/i18n/th.json
+2
-1
No files found.
src/app/portal-manage/permission-management/permission-employeelist/permission-employeelist.component.html
View file @
cd8b43e6
...
@@ -39,10 +39,7 @@
...
@@ -39,10 +39,7 @@
<table
class=
"table whitespace-nowrap min-w-full ti-custom-table-hover"
>
<table
class=
"table whitespace-nowrap min-w-full ti-custom-table-hover"
>
<thead>
<thead>
<tr
class=
"border-b border-defaultborder"
>
<tr
class=
"border-b border-defaultborder"
>
<th
scope=
"col"
class=
"!text-start"
>
<th
scope=
"col"
class=
"!text-start"
>
{{"No." | translate}}
</th>
<input
class=
"form-check-input check-all"
type=
"checkbox"
id=
"all-products"
(
change
)="
toggleAll
($
event
)"
[
checked
]="
allSelected
"
aria-label=
"..."
>
</th>
<th
scope=
"col"
class=
"text-start"
>
{{"Employee" | translate}}
</th>
<th
scope=
"col"
class=
"text-start"
>
{{"Employee" | translate}}
</th>
<th
scope=
"col"
class=
"text-start"
>
{{"Position" | translate}}
</th>
<th
scope=
"col"
class=
"text-start"
>
{{"Position" | translate}}
</th>
<th
scope=
"col"
class=
"text-start"
>
{{"Bu4" | translate}}
</th>
<th
scope=
"col"
class=
"text-start"
>
{{"Bu4" | translate}}
</th>
...
@@ -55,12 +52,9 @@
...
@@ -55,12 +52,9 @@
</thead>
</thead>
<tbody>
<tbody>
@if (pagedList.length > 0) {
@if (pagedList.length > 0) {
@for (item of pagedList; track item.employeeId) {
@for (item of pagedList; track item.employeeId
; let i = $index
) {
<tr
class=
"border border-defaultborder dark:border-defaultborder/10"
>
<tr
class=
"border border-defaultborder dark:border-defaultborder/10"
>
<td
class=
"product-checkbox"
>
<td
class=
"product-checkbox"
>
{{ (pageIndex * pageSize) + i + 1 }}
</td>
<input
class=
"form-check-input"
type=
"checkbox"
[
checked
]="
selectedItems
.
get
(
item
.
employeeId
)
||
false
"
(
change
)="
onCheckboxChange
(
item
.
employeeId
)"
aria-label=
"..."
>
</td>
<td>
<td>
<div
class=
"flex items-center"
>
<div
class=
"flex items-center"
>
<span
class=
"avatar avatar-sm p-1 me-1 bg-light !rounded-full"
>
<span
class=
"avatar avatar-sm p-1 me-1 bg-light !rounded-full"
>
...
...
src/assets/i18n/en.json
View file @
cd8b43e6
...
@@ -144,5 +144,6 @@
...
@@ -144,5 +144,6 @@
"Change Password"
:
"Change Password"
,
"Change Password"
:
"Change Password"
,
"Enter new password"
:
"Enter new password"
,
"Enter new password"
:
"Enter new password"
,
"Confirm new password"
:
"Confirm new password"
,
"Confirm new password"
:
"Confirm new password"
,
"Bu4"
:
"Sub Team"
"Bu4"
:
"Sub Team"
,
"No."
:
"No."
}
}
src/assets/i18n/th.json
View file @
cd8b43e6
...
@@ -144,5 +144,6 @@
...
@@ -144,5 +144,6 @@
"Change Password"
:
"เปลี่ยนรหัสผ่าน"
,
"Change Password"
:
"เปลี่ยนรหัสผ่าน"
,
"Enter new password"
:
"กรอกรหัสผ่านใหม่"
,
"Enter new password"
:
"กรอกรหัสผ่านใหม่"
,
"Confirm new password"
:
"ยืนยันรหัสผ่านใหม่"
,
"Confirm new password"
:
"ยืนยันรหัสผ่านใหม่"
,
"Bu4"
:
"ทีมงาน"
"Bu4"
:
"ทีมงาน"
,
"No."
:
"ลำดับ"
}
}
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