debug province head expert
This commit is contained in:
@@ -88,29 +88,6 @@ export const CONFIRM_REFAHI_PROVINCE_MANAGER =
|
||||
export const REJECT_REFAHI_PROVINCE_MANAGER =
|
||||
BASE_URL + "/dashboard/refahi_province_manager/reject";
|
||||
//refahi province manager
|
||||
//navgan province manager
|
||||
|
||||
// refahi province manager
|
||||
export const GET_REFAHI_PROVINCE_MANAGER =
|
||||
BASE_URL + "/dashboard/refahi_province_manager/show";
|
||||
|
||||
export const CONFIRM_REFAHI_PROVINCE_MANAGER =
|
||||
BASE_URL + "/dashboard/refahi_province_manager/confirm";
|
||||
|
||||
export const REJECT_REFAHI_PROVINCE_MANAGER =
|
||||
BASE_URL + "/dashboard/refahi_province_manager/reject";
|
||||
//refahi province manager
|
||||
|
||||
// development assistant
|
||||
export const GET_DEVELOPMENT_ASSISTANT =
|
||||
BASE_URL + "/dashboard/development_assistant/show";
|
||||
|
||||
export const CONFIRM_DEVELOPMENT_ASSISTANT =
|
||||
BASE_URL + "/dashboard/development_assistant/confirm";
|
||||
|
||||
export const REJECT_DEVELOPMENT_ASSISTANT =
|
||||
BASE_URL + "/dashboard/development_assistant/reject";
|
||||
//development assistant
|
||||
|
||||
// development assistant
|
||||
export const GET_DEVELOPMENT_ASSISTANT =
|
||||
@@ -148,6 +125,6 @@ export const REJECT_PROVINCE_HEAD_EXPERT =
|
||||
BASE_URL + "/dashboard/province_head_expert/reject";
|
||||
|
||||
export const REVISE_PROVINCE_HEAD_EXPERT =
|
||||
BASE_URL + "/dashboard/province_head_expert/edit";
|
||||
BASE_URL + "/dashboard/province_head_expert/revise";
|
||||
//province head expert
|
||||
|
||||
|
||||
@@ -4,6 +4,7 @@ import AirlineSeatReclineNormalIcon from "@mui/icons-material/AirlineSeatRecline
|
||||
import DirectionsRailwayIcon from "@mui/icons-material/DirectionsRailway";
|
||||
import AssignmentIndIcon from "@mui/icons-material/AssignmentInd";
|
||||
import DesktopWindowsIcon from "@mui/icons-material/DesktopWindows";
|
||||
import GavelIcon from '@mui/icons-material/Gavel';
|
||||
|
||||
const sidebarMenu = [
|
||||
[
|
||||
@@ -41,14 +42,7 @@ const sidebarMenu = [
|
||||
selected: false,
|
||||
role: "passenger_office_chief",
|
||||
},
|
||||
{
|
||||
key: "sidebar.commercial-chief",
|
||||
type: "page",
|
||||
route: "/dashboard/commercial-chief",
|
||||
icon: <AssignmentIndIcon/>,
|
||||
selected: false,
|
||||
role: "commercial_chief",
|
||||
},
|
||||
|
||||
{
|
||||
key: "sidebar.transportation-assistant",
|
||||
type: "page",
|
||||
@@ -76,12 +70,12 @@ const sidebarMenu = [
|
||||
role: "province_manager",
|
||||
},
|
||||
{
|
||||
key: "sidebar.development-assistant",
|
||||
key: "sidebar.commercial-chief",
|
||||
type: "page",
|
||||
route: "/dashboard/development-assistant",
|
||||
icon: <DesktopWindowsIcon/>,
|
||||
route: "/dashboard/commercial-chief",
|
||||
icon: <AssignmentIndIcon/>,
|
||||
selected: false,
|
||||
role: "development_assistant",
|
||||
role: "commercial_chief",
|
||||
},
|
||||
{
|
||||
key: "sidebar.development-assistant",
|
||||
@@ -103,7 +97,7 @@ const sidebarMenu = [
|
||||
key: "sidebar.province-head-expert",
|
||||
type: "page",
|
||||
route: "/dashboard/province-head-expert",
|
||||
icon: <DesktopWindowsIcon/>,
|
||||
icon: <GavelIcon/>,
|
||||
selected: false,
|
||||
role: "province_head_expert",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user