tambah kolom dan fitur search code log
This commit is contained in:
@@ -483,7 +483,7 @@ export default function List() {
|
||||
// handleShowClaim(row);
|
||||
// }}
|
||||
>
|
||||
{row.code}
|
||||
{row.code} / {row.code_log}
|
||||
</Typography>
|
||||
</TableCell>
|
||||
<TableCell align="left">{row.member?.full_name}</TableCell>
|
||||
@@ -610,7 +610,7 @@ export default function List() {
|
||||
<TableRow>
|
||||
{/* <TableCell style={headStyle} align="left" /> */}
|
||||
<TableCell style={headStyle} align="left">
|
||||
Code
|
||||
Code Claim / Code LOG
|
||||
</TableCell>
|
||||
<TableCell style={headStyle} align="left">
|
||||
Name
|
||||
|
||||
Reference in New Issue
Block a user