From df207fa2f2ddbf8b21e5803fcb0133af6762e1da Mon Sep 17 00:00:00 2001 From: setthawutttty Date: Wed, 5 Mar 2025 14:48:46 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B9=81=E0=B8=81=E0=B9=89=E0=B9=80=E0=B8=9E?= =?UTF-8?q?=E0=B8=B4=E0=B9=88=E0=B8=A1=E0=B8=82=E0=B9=89=E0=B8=AD=E0=B8=A1?= =?UTF-8?q?=E0=B8=B9=E0=B8=A5=20profileType?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/09_leave/components/02_WorkList/Tab2.vue | 2 +- src/modules/09_leave/interface/response/work.ts | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/modules/09_leave/components/02_WorkList/Tab2.vue b/src/modules/09_leave/components/02_WorkList/Tab2.vue index ac597d3c1..6469328c6 100644 --- a/src/modules/09_leave/components/02_WorkList/Tab2.vue +++ b/src/modules/09_leave/components/02_WorkList/Tab2.vue @@ -129,6 +129,7 @@ async function fetchListLogRecord() { maxPage.value = Math.ceil(res.data.result.total / rowsPerPage.value); let datalist: TableRows[] = res.data.result.data.map((e: DataResLog) => ({ id: e.id, + profileType: e.profileType, fullName: e.fullName, checkInDate: e.checkInDate && date2Thai(e.checkInDate), checkInTime: e.checkInTime ? e.checkInTime : "-", @@ -177,7 +178,6 @@ onMounted(async () => { @update:pagination="updatePagingProp" v-model:role-status="roleStatus" /> -