From 8e375c2764ebe30dbc146ba6826f61e96f295499 Mon Sep 17 00:00:00 2001 From: Fadila Date: Fri, 8 May 2026 14:29:25 +0700 Subject: [PATCH] menampilkan keterangan nama pasien --- .../sections/dashboard/TableListFinalLog.tsx | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/frontend/hospital-portal/src/sections/dashboard/TableListFinalLog.tsx b/frontend/hospital-portal/src/sections/dashboard/TableListFinalLog.tsx index 124c94dc..1eb32fbe 100644 --- a/frontend/hospital-portal/src/sections/dashboard/TableListFinalLog.tsx +++ b/frontend/hospital-portal/src/sections/dashboard/TableListFinalLog.tsx @@ -332,6 +332,30 @@ export default function TableListFinalLog() { label: localeData.txtProvider, isSort: true, }, + { + id: 'full_name', + align: 'left', + label: localeData.txtName, + isSort: true, + }, + { + id: 'submission_date', + align: 'center', + label: localeData.txtSubmissionDate, + isSort: true, + }, + { + id: 'service_type', + align: 'center', + label: localeData.txtServiceType, + isSort: true, + }, + { + id: 'log_type', + align: 'center', + label: 'LOG Type', + isSort: true, + }, { id: 'discharge_date', align: 'center',