amélioration
This commit is contained in:
@@ -1277,9 +1277,13 @@ export default function InvestissementDetail() {
|
|||||||
? <span style={{ color: 'var(--success, #22c55e)', fontSize: 12, fontWeight: 600 }}>
|
? <span style={{ color: 'var(--success, #22c55e)', fontSize: 12, fontWeight: 600 }}>
|
||||||
✓ Payé le {fmtDate(matched.date_remb)}
|
✓ Payé le {fmtDate(matched.date_remb)}
|
||||||
</span>
|
</span>
|
||||||
: <span style={{ color: 'var(--text-muted)', fontSize: 12 }}>
|
: isPast
|
||||||
En attente
|
? <span style={{ color: 'var(--danger, #ef4444)', fontSize: 12, fontWeight: 600 }}>
|
||||||
</span>
|
✗ Échéance non tenue
|
||||||
|
</span>
|
||||||
|
: <span style={{ color: 'var(--text-muted)', fontSize: 12 }}>
|
||||||
|
En attente
|
||||||
|
</span>
|
||||||
}
|
}
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|||||||
Reference in New Issue
Block a user