From 6983609c7b186af2142702b803da99b99b3a30cf Mon Sep 17 00:00:00 2001 From: pqhuy1987 Date: Tue, 16 Jun 2026 19:34:35 +0700 Subject: [PATCH] =?UTF-8?q?[CLAUDE]=20FE:=20H=E1=BB=93=20s=C6=A1=20NS=20?= =?UTF-8?q?=E2=80=94=20header=20chi=20ti=E1=BA=BFt=20NV=20n=E1=BB=95i=20b?= =?UTF-8?q?=E1=BA=ADt=20(t=C3=AAn=20text-xl=20extrabold=20+=20drop-shadow?= =?UTF-8?q?=20=C2=B7=20meta=2013px=20font-medium=20tr=E1=BA=AFng=20=C2=B7?= =?UTF-8?q?=20badge=20tr=E1=BA=A1ng=20th=C3=A1i=20m=C3=A0u=20emerald/amber?= =?UTF-8?q?/slate)=20=E2=80=94=20x2=20app=20SHA256?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.8 (1M context) --- fe-admin/src/pages/hrm/EmployeesListPage.tsx | 16 ++++++++++------ fe-user/src/pages/hrm/EmployeesListPage.tsx | 16 ++++++++++------ 2 files changed, 20 insertions(+), 12 deletions(-) diff --git a/fe-admin/src/pages/hrm/EmployeesListPage.tsx b/fe-admin/src/pages/hrm/EmployeesListPage.tsx index 74bb43e..074fdaa 100644 --- a/fe-admin/src/pages/hrm/EmployeesListPage.tsx +++ b/fe-admin/src/pages/hrm/EmployeesListPage.tsx @@ -650,14 +650,18 @@ function EmployeeDetailTabs({ detail, onDelete }: { detail: EmployeeDetail; onDe {initials(detail.fullName)}
-

{detail.fullName ?? '—'}

-
- {detail.employeeCode} - {detail.departmentName && (<>{detail.departmentName})} - {detail.workLocation && (<>{detail.workLocation})} +

{detail.fullName ?? '—'}

+
+ {detail.employeeCode} + {detail.departmentName && (<>{detail.departmentName})} + {detail.workLocation && (<>{detail.workLocation})}
- + + {EmployeeStatusLabel[detail.employeeStatus]}
diff --git a/fe-user/src/pages/hrm/EmployeesListPage.tsx b/fe-user/src/pages/hrm/EmployeesListPage.tsx index 74bb43e..074fdaa 100644 --- a/fe-user/src/pages/hrm/EmployeesListPage.tsx +++ b/fe-user/src/pages/hrm/EmployeesListPage.tsx @@ -650,14 +650,18 @@ function EmployeeDetailTabs({ detail, onDelete }: { detail: EmployeeDetail; onDe {initials(detail.fullName)}
-

{detail.fullName ?? '—'}

-
- {detail.employeeCode} - {detail.departmentName && (<>{detail.departmentName})} - {detail.workLocation && (<>{detail.workLocation})} +

{detail.fullName ?? '—'}

+
+ {detail.employeeCode} + {detail.departmentName && (<>{detail.departmentName})} + {detail.workLocation && (<>{detail.workLocation})}
- + + {EmployeeStatusLabel[detail.employeeStatus]}