fix: repair checklist create (intervall constraint) and start execution (stuck spinner), add equipment items display

This commit is contained in:
Matthias Hochmeister
2026-03-28 18:08:06 +01:00
parent b62fd55246
commit 0d6d5e4f54
3 changed files with 16 additions and 2 deletions

View File

@@ -57,6 +57,7 @@ export interface ChecklistAusfuehrungItem {
ausfuehrung_id: string;
vorlage_item_id?: number;
fahrzeug_item_id?: number;
ausruestung_item_id?: number;
bezeichnung: string;
ergebnis?: 'ok' | 'nok' | 'na';
kommentar?: string;