[WIP] Cashless
This commit is contained in:
@@ -218,6 +218,12 @@ export default function List() {
|
||||
({row.diagnosis?.code}) {row.diagnosis?.name}
|
||||
</TableCell>
|
||||
<TableCell align="left">{fCurrency(row.total_claim)}</TableCell>
|
||||
{ (row.status == 'approved' && (
|
||||
<TableCell align="left">Approved</TableCell>
|
||||
)) }
|
||||
{ (row.status == 'postponed' && (
|
||||
<TableCell align="left">Postpone</TableCell>
|
||||
)) }
|
||||
|
||||
<TableCell align="right">
|
||||
<EditRoundedIcon
|
||||
@@ -271,6 +277,9 @@ export default function List() {
|
||||
<TableCell style={headStyle} align="left">
|
||||
Total Claim
|
||||
</TableCell>
|
||||
<TableCell style={headStyle} align="left">
|
||||
Status
|
||||
</TableCell>
|
||||
<TableCell style={headStyle} align="right">
|
||||
Action
|
||||
</TableCell>
|
||||
|
||||
Reference in New Issue
Block a user