tambah kolom dan fitur search code log

This commit is contained in:
2025-02-12 09:38:56 +07:00
parent 7e41f543ae
commit b163ba5547
7 changed files with 46 additions and 43 deletions

View File

@@ -143,6 +143,10 @@ export default function Detail() {
</Typography>
</Grid>
</Grid>
<Stack direction='row' spacing={2} sx={marginBottom1}>
<Typography variant='subtitle2' sx={style1} gutterBottom>Code LOG</Typography>
<Typography variant='subtitle2' sx={style2} gutterBottom>{claimRequests?.code_log}</Typography>
</Stack>
<Stack direction='row' spacing={2} sx={marginBottom1}>
<Typography variant='subtitle2' sx={style1} gutterBottom>Provider Name</Typography>
<Typography variant='subtitle2' sx={style2} gutterBottom>{claimRequests?.provider}</Typography>