update requeset

This commit is contained in:
2023-09-28 16:00:36 +07:00
parent 9b4579e8f1
commit 0fd79b8284
8 changed files with 73 additions and 16 deletions

View File

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