Merge tag 'v1.7.0' into develop
v1.7.0
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
HOST="rms.witel.ir"
|
HOST="rms.witel.ir"
|
||||||
NEXT_PUBLIC_VERSION="1.6.1"
|
NEXT_PUBLIC_VERSION="1.7.0"
|
||||||
NEXT_PUBLIC_API_URL="https://rms.witel.ir"
|
NEXT_PUBLIC_API_URL="https://rms.witel.ir"
|
||||||
NEXT_PUBLIC_MAPTILE_ENDPOINT="https://rmsmap.rmto.ir/141map"
|
NEXT_PUBLIC_MAPTILE_ENDPOINT="https://rmsmap.rmto.ir/141map"
|
||||||
@@ -387,13 +387,43 @@ export const pageMenu = [
|
|||||||
{
|
{
|
||||||
id: "safetyAndPrivacyManagmentReport",
|
id: "safetyAndPrivacyManagmentReport",
|
||||||
label: "گزارش ها",
|
label: "گزارش ها",
|
||||||
type: "page",
|
type: "menu",
|
||||||
route: "/dashboard/road-safety/reports",
|
|
||||||
icon: <AssessmentIcon sx={{ width: "inherit", height: "inherit" }} />,
|
icon: <AssessmentIcon sx={{ width: "inherit", height: "inherit" }} />,
|
||||||
permissions: [
|
hasSubitems: true,
|
||||||
"show-safety-and-privacy-operator-cartable",
|
Subitems: [
|
||||||
"show-safety-and-privacy-operator-cartable-province",
|
{
|
||||||
"show-safety-and-privacy-operator-cartable-edarate-shahri",
|
id: "safetyAndPrivacyManagmentReportConstructionActivity",
|
||||||
|
label: "بر اساس ساخت و ساز غیر مجاز",
|
||||||
|
type: "page",
|
||||||
|
route: "/dashboard/road-safety/reports/construction-activity",
|
||||||
|
permissions: [
|
||||||
|
"show-safety-and-privacy-operator-cartable",
|
||||||
|
"show-safety-and-privacy-operator-cartable-province",
|
||||||
|
"show-safety-and-privacy-operator-cartable-edarate-shahri",
|
||||||
|
],
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: "safetyAndPrivacyManagmentReportAccessRoad",
|
||||||
|
label: "بر اساس راه دسترسی غیر مجاز",
|
||||||
|
type: "page",
|
||||||
|
route: "/dashboard/road-safety/reports/access-road",
|
||||||
|
permissions: [
|
||||||
|
"show-safety-and-privacy-operator-cartable",
|
||||||
|
"show-safety-and-privacy-operator-cartable-province",
|
||||||
|
"show-safety-and-privacy-operator-cartable-edarate-shahri",
|
||||||
|
],
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: "safetyAndPrivacyManagmentReportUtilityPassingActivity",
|
||||||
|
label: "بر اساس عبور تاسیسات زیربنایی غیر مجاز",
|
||||||
|
type: "page",
|
||||||
|
route: "/dashboard/road-safety/reports/utility-passing-activity",
|
||||||
|
permissions: [
|
||||||
|
"show-safety-and-privacy-operator-cartable",
|
||||||
|
"show-safety-and-privacy-operator-cartable-province",
|
||||||
|
"show-safety-and-privacy-operator-cartable-edarate-shahri",
|
||||||
|
],
|
||||||
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user