update import/export excel request log

This commit is contained in:
2023-11-29 16:22:00 +07:00
parent a208d5f11e
commit dc582244a5
8 changed files with 112 additions and 91 deletions

View File

@@ -348,9 +348,10 @@ export default function List() {
// handleShowClaim(row);
// }}
>
{row.code}
{row.id}
</Typography>
</TableCell>
<TableCell align="left">{row.member?.code}</TableCell>
<TableCell align="left">{row.member?.full_name}</TableCell>
<TableCell align="left"><Label>{fDateTimesecond(row.submission_date)}</Label></TableCell>
<TableCell align="left">{row.service_name}</TableCell>
@@ -470,6 +471,9 @@ export default function List() {
<TableHead>
<TableRow>
{/* <TableCell style={headStyle} align="left" /> */}
<TableCell style={headStyle} align="left">
ID Request LOG
</TableCell>
<TableCell style={headStyle} align="left">
Code
</TableCell>