@@ -75,9 +89,13 @@
{{ model.name }}
- | {{ model.description || '—' }} |
+
+ {{ model.description || '—' }}
+ |
{{ model.typePiece?.name || 'Non défini' }} |
- {{ formatFrenchDate(model.updatedAt || model.createdAt) }} |
+
+ {{ formatFrenchDate(model.updatedAt || model.createdAt) }}
+ |
|