Update claim management migrasi table
This commit is contained in:
@@ -532,7 +532,7 @@ const dummyServices = [
|
||||
<TableCell align="left">{row?.service_code}</TableCell>
|
||||
<TableCell align="left">{row?.corporate_policies}</TableCell>
|
||||
<TableCell align="left">{row?.provider}</TableCell>
|
||||
<TableCell align="left">Rp. {row?.tot_bill?.toLocaleString('id-ID')}</TableCell>
|
||||
<TableCell align="left">Rp. {row?.tot_bill?.toString().replace(/\B(?=(\d{3})+(?!\d))/g, ".")}</TableCell>
|
||||
<TableCell align="left">
|
||||
{row.status == 'draft' && (<Label color='secondary' variant='ghost'>{capitalizeFirstLetter(row.status)}</Label>)}
|
||||
{row.status == 'requested' && (<Label color='primary' variant='ghost'>{capitalizeFirstLetter(row.status)}</Label>)}
|
||||
|
||||
Reference in New Issue
Block a user