[wip] implementing machines cartable

This commit is contained in:
2026-06-10 16:30:08 +03:30
parent a798a36fcd
commit 63ec584aca
29 changed files with 1640 additions and 32 deletions

View File

@@ -682,13 +682,13 @@ export const pageMenuDev = [
icon: <GppMaybeIcon sx={{ width: "inherit", height: "inherit" }} />,
permissions: ["manage-damage"],
},
{
id: "CarDetails",
label: "اطلاعات خودرو",
{
id: "machines",
label: "ماشین‌ها",
type: "page",
route: "/dashboard/car-details",
route: "/dashboard/machines",
icon: <DriveEtaIcon sx={{ width: "inherit", height: "inherit" }} />,
permissions: ["show-rahdaran"],
permissions: ["update-machine"],
},
],
},