From 093844492641c9a0ab9fde777f872a15272199bb Mon Sep 17 00:00:00 2001 From: Iqbal Date: Tue, 5 May 2026 14:07:48 +0700 Subject: [PATCH] feat: add log type column to final log table --- .../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 1c2af680..65f8ad44 100644 --- a/frontend/hospital-portal/src/sections/dashboard/TableListFinalLog.tsx +++ b/frontend/hospital-portal/src/sections/dashboard/TableListFinalLog.tsx @@ -344,6 +344,12 @@ export default function TableListFinalLog() { label: localeData.txtServiceType, isSort: true, }, + { + id: 'log_type', + align: 'center', + label: 'LOG Type', + isSort: true, + }, { id: 'discharge_date', align: 'center', @@ -447,6 +453,24 @@ export default function TableListFinalLog() { Pending ), + log_type: + obj.log_type === 'final' ? ( + + ) : obj.log_type === 'prescription' ? ( + + ) : obj.log_type === 'reference' ? ( + + ) : ( + + ), submission_date: