penyesuiaan data claim

This commit is contained in:
2023-09-26 17:23:00 +07:00
parent 48ba75ffe3
commit 8ef4de1157
8 changed files with 70 additions and 5 deletions

View File

@@ -174,6 +174,7 @@ export default function List() {
</IconButton>
</TableCell>
<TableCell align="left">{row.code}</TableCell>
<TableCell align="left">{row.claim_request?.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>
@@ -231,7 +232,10 @@ export default function List() {
<TableRow>
<TableCell style={headStyle} align="left" />
<TableCell style={headStyle} align="left">
Code
Code Request
</TableCell>
<TableCell style={headStyle} align="left">
Code Claim
</TableCell>
<TableCell style={headStyle} align="left">
Member Name