diff --git a/fe-admin/src/pages/hrm/EmployeesListPage.tsx b/fe-admin/src/pages/hrm/EmployeesListPage.tsx index 074fdaa..df1246a 100644 --- a/fe-admin/src/pages/hrm/EmployeesListPage.tsx +++ b/fe-admin/src/pages/hrm/EmployeesListPage.tsx @@ -650,7 +650,7 @@ function EmployeeDetailTabs({ detail, onDelete }: { detail: EmployeeDetail; onDe {initials(detail.fullName)}
-

{detail.fullName ?? '—'}

+

{detail.fullName ?? '—'}

{detail.employeeCode} {detail.departmentName && (<>{detail.departmentName})} diff --git a/fe-user/src/pages/hrm/EmployeesListPage.tsx b/fe-user/src/pages/hrm/EmployeesListPage.tsx index 074fdaa..df1246a 100644 --- a/fe-user/src/pages/hrm/EmployeesListPage.tsx +++ b/fe-user/src/pages/hrm/EmployeesListPage.tsx @@ -650,7 +650,7 @@ function EmployeeDetailTabs({ detail, onDelete }: { detail: EmployeeDetail; onDe {initials(detail.fullName)}
-

{detail.fullName ?? '—'}

+

{detail.fullName ?? '—'}

{detail.employeeCode} {detail.departmentName && (<>{detail.departmentName})}