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