fix: repair checklist create (intervall constraint) and start execution (stuck spinner), add equipment items display
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user