Update status

This commit is contained in:
2024-02-29 09:15:10 +07:00
parent 72a97957b5
commit c60d1bfe65
7 changed files with 29 additions and 3 deletions

View File

@@ -186,7 +186,7 @@ export default function Detail() {
<Container maxWidth={themeStretch ? false : 'xl'}>
<Stack direction="row" alignItems="center" sx={{ marginBottom: 3 }}>
<ArrowBackIosIcon onClick={() => navigate(-1)} sx={{cursor:'pointer'}}/>
<Typography variant="h5" sx={{marginLeft:2}}>{(requestLog && requestLog.code ? requestLog.code : '')}</Typography>
<Typography variant="h5" sx={{marginLeft:2}}>{(requestLog && requestLog.code_claim ? requestLog.code_claim : '')}</Typography>
</Stack>
<Grid container spacing={2}>
{/* Detail */}