update list inpatient monitoring

This commit is contained in:
2024-03-08 11:00:48 +07:00
parent 6369e07d95
commit 150aba4b0f
2 changed files with 2 additions and 1 deletions

View File

@@ -492,7 +492,7 @@ export default function List() {
Name
</TableCell>
<TableCell style={headStyle} align="left">
Date of Submission
Date of Admission
</TableCell>
<TableCell style={headStyle} align="left">
Service Type

View File

@@ -16,6 +16,7 @@ export type FinalLogType = {
member : Member,
member_name : string,
submission_date_fgl : string,
submission_date : string,
service_name : string,
payment_type_name : string,
status_final_log : string,