chenjun 1 an în urmă
părinte
comite
5b3d72a86f
1 a modificat fișierele cu 30 adăugiri și 27 ștergeri
  1. 30 27
      src/router/routes/routes-file-seven.ts

+ 30 - 27
src/router/routes/routes-file-seven.ts

@@ -17,7 +17,7 @@ const HomeRoutes = {
       path: '/statisticalanalysis/dataException',
       name: 'DataException',
       meta: {
-        title: '业务节点监测',
+        title: '业务节点监测',
       },
       component: () =>
         import('@/views/statisticalanalysis/dataException/index.vue'),
@@ -108,6 +108,15 @@ const HomeRoutes = {
       component: () =>
         import('@/views/statisticalanalysis/flightvolume/index.vue'),
     },
+    {
+      path: '/statisticalanalysis/domesticdeparture',
+      name: 'Domesticdeparture',
+      meta: {
+        title: '航班统计',
+      },
+      component: () =>
+        import('@/views/statisticalanalysis/domesticdeparture/index.vue'),
+    },
     {
       path: '/statisticalanalysis/specialGoodsStatistics',
       name: 'SpecialGoodsStatistics',
@@ -117,6 +126,15 @@ const HomeRoutes = {
       component: () =>
         import('@/views/statisticalanalysis/specialGoodsStatistics/index.vue'),
     },
+    {
+      path: '/statisticalanalysis/specialgoodsdelist',
+      name: 'Specialgoodsdelist',
+      meta: {
+        title: '特货明细统计',
+      },
+      component: () =>
+        import('@/views/statisticalanalysis/specialgoodsdelist/index.vue'),
+    },
     {
       path: '/statisticalanalysis/cargovolume',
       name: 'Cargovolume',
@@ -136,23 +154,24 @@ const HomeRoutes = {
         import('@/views/statisticalanalysis/pickingstatistics/index.vue'),
     },
     {
-      path: '/statisticalanalysis/domesticinbound',
-      name: 'Domesticinbound',
+      path: '/statisticalanalysis/deliverydetails',
+      name: 'Deliverydetails',
       meta: {
-        title: '国内进港保障时间统计',
+        title: '拉货明细统计',
       },
       component: () =>
-        import('@/views/statisticalanalysis/domesticinbound/index.vue'),
+        import('@/views/statisticalanalysis/deliverydetails/index.vue'),
     },
     {
-      path: '/statisticalanalysis/domesticdeparture',
-      name: 'Domesticdeparture',
+      path: '/statisticalanalysis/domesticinbound',
+      name: 'Domesticinbound',
       meta: {
-        title: '航班统计',
+        title: '国内进港保障时间统计',
       },
       component: () =>
-        import('@/views/statisticalanalysis/domesticdeparture/index.vue'),
+        import('@/views/statisticalanalysis/domesticinbound/index.vue'),
     },
+
     // {
     //   path: "/statisticalanalysis/domesticentry",
     //   name: "Domesticentry",
@@ -198,24 +217,8 @@ const HomeRoutes = {
       component: () =>
         import('@/views/statisticalanalysis/cargoperiod/index.vue'),
     },
-    {
-      path: '/statisticalanalysis/specialgoodsdelist',
-      name: 'Specialgoodsdelist',
-      meta: {
-        title: '特货明细统计',
-      },
-      component: () =>
-        import('@/views/statisticalanalysis/specialgoodsdelist/index.vue'),
-    },
-    {
-      path: '/statisticalanalysis/deliverydetails',
-      name: 'Deliverydetails',
-      meta: {
-        title: '拉货明细统计',
-      },
-      component: () =>
-        import('@/views/statisticalanalysis/deliverydetails/index.vue'),
-    },
+
+
     {
       path: '/statisticalanalysis/gantryframe',
       name: 'Gantryframe',