|
|
|
|
@@ -1,28 +1,29 @@
|
|
|
|
|
import SpaceDashboardIcon from "@mui/icons-material/SpaceDashboard";
|
|
|
|
|
import GroupsIcon from "@mui/icons-material/Groups";
|
|
|
|
|
import { Mediation } from "@mui/icons-material";
|
|
|
|
|
import AccountTreeIcon from "@mui/icons-material/AccountTree";
|
|
|
|
|
import FactCheckIcon from "@mui/icons-material/FactCheck";
|
|
|
|
|
import FireTruckIcon from "@mui/icons-material/FireTruck";
|
|
|
|
|
import RouteIcon from "@mui/icons-material/Route";
|
|
|
|
|
import DoorbellIcon from "@mui/icons-material/Doorbell";
|
|
|
|
|
import ElectricBoltIcon from "@mui/icons-material/ElectricBolt";
|
|
|
|
|
import CottageIcon from "@mui/icons-material/Cottage";
|
|
|
|
|
import GppMaybeIcon from "@mui/icons-material/GppMaybe";
|
|
|
|
|
import GavelIcon from "@mui/icons-material/Gavel";
|
|
|
|
|
import BallotIcon from "@mui/icons-material/Ballot";
|
|
|
|
|
import AssistantIcon from "@mui/icons-material/Assistant";
|
|
|
|
|
import AdminPanelSettingsIcon from "@mui/icons-material/AdminPanelSettings";
|
|
|
|
|
import MapIcon from "@mui/icons-material/Map";
|
|
|
|
|
import SpeedIcon from "@mui/icons-material/Speed";
|
|
|
|
|
import EngineeringIcon from "@mui/icons-material/Engineering";
|
|
|
|
|
import AssessmentIcon from "@mui/icons-material/Assessment";
|
|
|
|
|
import AssignmentLateIcon from "@mui/icons-material/AssignmentLate";
|
|
|
|
|
import LockPersonIcon from "@mui/icons-material/LockPerson";
|
|
|
|
|
import LineAxisIcon from "@mui/icons-material/LineAxis";
|
|
|
|
|
import ScienceIcon from "@mui/icons-material/Science";
|
|
|
|
|
import DriveEtaIcon from "@mui/icons-material/DriveEta";
|
|
|
|
|
import AssistantIcon from "@mui/icons-material/Assistant";
|
|
|
|
|
import BallotIcon from "@mui/icons-material/Ballot";
|
|
|
|
|
import BiotechIcon from "@mui/icons-material/Biotech";
|
|
|
|
|
import { Mediation } from "@mui/icons-material";
|
|
|
|
|
import CottageIcon from "@mui/icons-material/Cottage";
|
|
|
|
|
import DoorbellIcon from "@mui/icons-material/Doorbell";
|
|
|
|
|
import DriveEtaIcon from "@mui/icons-material/DriveEta";
|
|
|
|
|
import ElectricBoltIcon from "@mui/icons-material/ElectricBolt";
|
|
|
|
|
import EngineeringIcon from "@mui/icons-material/Engineering";
|
|
|
|
|
import FactCheckIcon from "@mui/icons-material/FactCheck";
|
|
|
|
|
import FireTruckIcon from "@mui/icons-material/FireTruck";
|
|
|
|
|
import GavelIcon from "@mui/icons-material/Gavel";
|
|
|
|
|
import GppMaybeIcon from "@mui/icons-material/GppMaybe";
|
|
|
|
|
import GroupsIcon from "@mui/icons-material/Groups";
|
|
|
|
|
import HandymanIcon from "@mui/icons-material/Handyman";
|
|
|
|
|
import LineAxisIcon from "@mui/icons-material/LineAxis";
|
|
|
|
|
import LockPersonIcon from "@mui/icons-material/LockPerson";
|
|
|
|
|
import MapIcon from "@mui/icons-material/Map";
|
|
|
|
|
import RouteIcon from "@mui/icons-material/Route";
|
|
|
|
|
import ScienceIcon from "@mui/icons-material/Science";
|
|
|
|
|
import SpaceDashboardIcon from "@mui/icons-material/SpaceDashboard";
|
|
|
|
|
import SpeedIcon from "@mui/icons-material/Speed";
|
|
|
|
|
|
|
|
|
|
export const pageMenuDev = [
|
|
|
|
|
{
|
|
|
|
|
@@ -102,7 +103,11 @@ export const pageMenuDev = [
|
|
|
|
|
label: "کارتابل",
|
|
|
|
|
type: "page",
|
|
|
|
|
route: "/dashboard/road-missions/operator",
|
|
|
|
|
permissions: ["manage-request-portal-country", "manage-request-portal-province", "manage-request-portal-city"],
|
|
|
|
|
permissions: [
|
|
|
|
|
"manage-request-portal-country",
|
|
|
|
|
"manage-request-portal-province",
|
|
|
|
|
"manage-request-portal-city",
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "roadMissionsManagemnetNaqlie",
|
|
|
|
|
@@ -535,6 +540,14 @@ export const pageMenuDev = [
|
|
|
|
|
icon: <BiotechIcon sx={{ width: "inherit", height: "inherit" }} />,
|
|
|
|
|
permissions: ["azmayesh-type-management"],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "rahdaran",
|
|
|
|
|
label: "راهداران",
|
|
|
|
|
type: "page",
|
|
|
|
|
route: "/dashboard/rahdaran",
|
|
|
|
|
icon: <HandymanIcon sx={{ width: "inherit", height: "inherit" }} />,
|
|
|
|
|
permissions: ["all"],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "adminManagement",
|
|
|
|
|
label: "مدیریت سامانه",
|
|
|
|
|
@@ -572,7 +585,7 @@ export const pageMenuDev = [
|
|
|
|
|
type: "page",
|
|
|
|
|
route: "/dashboard/car-details",
|
|
|
|
|
icon: <DriveEtaIcon sx={{ width: "inherit", height: "inherit" }} />,
|
|
|
|
|
permissions: [""],
|
|
|
|
|
permissions: ["show-rahdaran"],
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
|