Feature/amiriis mission new tasks

This commit is contained in:
AmirHossein Mahmoodi
2025-07-28 07:35:45 +00:00
parent fc9706bb0e
commit c6ccc39829
62 changed files with 2561 additions and 894 deletions

View File

@@ -96,6 +96,7 @@ export const pageMenuDev = [
label: "ماموریت ها",
type: "menu",
icon: <Mediation sx={{ width: "inherit", height: "inherit" }} />,
badges: [{ key: "mission.total" }],
hasSubitems: true,
Subitems: [
{
@@ -103,6 +104,7 @@ export const pageMenuDev = [
label: "کارتابل",
type: "page",
route: "/dashboard/road-missions/operator",
badges: [{ key: "mission.request_portal" }],
permissions: [
"manage-request-portal-country",
"manage-request-portal-province",
@@ -114,6 +116,7 @@ export const pageMenuDev = [
label: "نقلیه",
type: "page",
route: "/dashboard/road-missions/transportation",
badges: [{ key: "mission.transportation" }],
permissions: ["manage-transportation-unit"],
},
{
@@ -121,6 +124,7 @@ export const pageMenuDev = [
label: "کنترل",
type: "page",
route: "/dashboard/road-missions/control",
badges: [{ key: "mission.control" }],
permissions: ["manage-control-unit"],
},
],