selectRessource au lieu de selectMachine et selectOuvrier

This commit is contained in:
Rochas
2025-12-13 16:56:33 +01:00
parent f213e2dacf
commit 1f055240bb
6 changed files with 213 additions and 60 deletions

View File

@@ -26,7 +26,7 @@ export type User = {
export type Ressources = {
id: number;
name: string;
type: string;
type: string; //"machine","ouvrier"
Image: string;
quantity: number;
available_quantity: number;