From b52cbad97931941e58b0ff1346c5b6335d02d04a Mon Sep 17 00:00:00 2001 From: Nattana <nattana.cha@myhr.co.th> Date: Mon, 10 Mar 2025 12:02:08 +0700 Subject: [PATCH] การจัดการหัวข้อการประเมินเวลาทำงาน --- src/app/components/performance-management-evaluation/time-attendance/time-attendance.component.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/components/performance-management-evaluation/time-attendance/time-attendance.component.html b/src/app/components/performance-management-evaluation/time-attendance/time-attendance.component.html index 8c493b0..b28d9cc 100644 --- a/src/app/components/performance-management-evaluation/time-attendance/time-attendance.component.html +++ b/src/app/components/performance-management-evaluation/time-attendance/time-attendance.component.html @@ -119,9 +119,9 @@ <input type="checkbox" class="ti-form-checkbox cursor-pointer" [(ngModel)]="item.check" (ngModelChange)="dataListCheck()" id="checkbox-{{item.data.pmsWorkingTimeId}}"> </td> - <td class="text-center"> + <td> <label - for="checkbox-{{item.data.pmsWorkingTimeId}}"> {{item.data.pmsWorkingTimeId}}</label> + for="checkbox-{{item.data.pmsWorkingTimeId}}">{{item.data.pmsWorkingTimeId}}</label> </td> <td>{{item.data.tdesc}}</td> <td>{{item.data.detailUnit}}</td> -- libgit2 0.26.0