diff --git a/frontend/dashboard/src/pages/CustomerService/FinalLog/List.tsx b/frontend/dashboard/src/pages/CustomerService/FinalLog/List.tsx index 83de9d33..40d31b34 100644 --- a/frontend/dashboard/src/pages/CustomerService/FinalLog/List.tsx +++ b/frontend/dashboard/src/pages/CustomerService/FinalLog/List.tsx @@ -360,9 +360,9 @@ export default function List() { {row.provider} {row.member_name} - {row.submission_date_fgl ? ( - - ) : ''} + {row.admission_date ? ( + + ) : '-'} {row.service_name} {row.payment_type_name} @@ -691,7 +691,7 @@ export default function List() { {/* Dialog Delete */} -