update fgl create

This commit is contained in:
2024-01-31 09:20:00 +07:00
parent c734a8ce6c
commit f23d6ab476

View File

@@ -324,8 +324,8 @@ export default function List() {
<TableCell align="left"><Label>{row.created_at ? fDateTimesecond(row.created_at) : '-'}</Label></TableCell>
<TableCell align="left"><Label>{fDateTimesecond(row.submission_date)}</Label></TableCell>
<TableCell align="left">{row.approved_by}</TableCell>
<TableCell align="left"><Label>{row.created_final_at ? fDateTimesecond(row.created_final_at) : fDateTimesecond(row.approved_final_log_at) }</Label></TableCell>
<TableCell align="left"><Label>{row.approved_final_log_at ? fDateTimesecond(row.approved_final_log_at) : '-' }</Label></TableCell>
<TableCell align="left"><Label>{row.created_final_at ? fDateTimesecond(row.created_final_at) : '-' }</Label></TableCell>
<TableCell align="left"><Label>{row.approved_final_log_at || (row.approved_final_log_at != '0000-00-00 00:00:00') ? fDateTimesecond(row.approved_final_log_at) : '0' }</Label></TableCell>
<TableCell align="left">{row.approved_final_log_by}</TableCell>
<TableCell align="left">{row.service_name}</TableCell>
<TableCell align="left">{row.provider}</TableCell>