update input transaksi

This commit is contained in:
2023-09-27 12:04:59 +07:00
parent 4a6d11f5d3
commit 23ce443b52
8 changed files with 137 additions and 14 deletions

View File

@@ -173,8 +173,8 @@ export default function List() {
{open ? <KeyboardArrowDownIcon /> : <KeyboardArrowRightIcon />}
</IconButton>
</TableCell>
<TableCell align="left">{row.code}</TableCell>
<TableCell align="left">{row.claim_request?.code}</TableCell>
<TableCell align="left">{row.code}</TableCell>
<TableCell align="left">{row.member?.full_name}</TableCell>
<TableCell align="left">{row.plan?.code}</TableCell>
<TableCell align="left">{row.claim_request?.service?.name}</TableCell>