update claim submit

This commit is contained in:
2023-10-13 10:57:42 +07:00
parent 3e908471cf
commit a694bc03f3

View File

@@ -323,7 +323,7 @@ const DialogDetailClaim = ({ title, openDialog, setOpenDialog, data }: MuiDialog
{row.personID} {row.personID}
</Typography> </Typography>
</Stack> </Stack>
<Stack sx={{ p: 1 }}> {/* <Stack sx={{ p: 1 }}>
<Typography variant="body1" sx={{ marginBottom: 1, fontWeight: 600 }}> <Typography variant="body1" sx={{ marginBottom: 1, fontWeight: 600 }}>
Total Limit Total Limit
</Typography> </Typography>
@@ -335,7 +335,7 @@ const DialogDetailClaim = ({ title, openDialog, setOpenDialog, data }: MuiDialog
<Typography sx={{ textAlign: 'right', marginTop: 1 }}> <Typography sx={{ textAlign: 'right', marginTop: 1 }}>
{fCurrency(8000000)} / {fCurrency(100000)} {fCurrency(8000000)} / {fCurrency(100000)}
</Typography> </Typography>
</Stack> </Stack> */}
</Stack> </Stack>
</Card> </Card>
</Grid> </Grid>