recherche dans selectChantier

This commit is contained in:
Rochas
2025-12-13 22:20:27 +01:00
parent 29abc4289e
commit a26a2eb572
3 changed files with 66 additions and 35 deletions

View File

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