diff --git a/src/components/public/Header.vue b/src/components/public/Header.vue index 4cdfa6d..034c657 100644 --- a/src/components/public/Header.vue +++ b/src/components/public/Header.vue @@ -106,7 +106,7 @@ export default { // }, { name:"统计分析", - path:"analyse", + path:"statistics", children:[] }, // { diff --git a/src/router/index.js b/src/router/index.js index aa5e709..cc44b4a 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -328,16 +328,36 @@ export const constantRoutes = [ loginAuthority: true } }, + // { + // path: 'analyse', + // name: 'analyse', + // component: () => import('@/views/analyse.vue'), + // meta: { + // title: '统计分析', + // icon: 'peoples', + // loginAuthority: true + // } + // }, { - path: 'analyse', - name: 'analyse', - component: () => import('@/views/analyse.vue'), + path: 'statistics', + name: 'statistics', + component: () => import('@/views/statistics/index.vue'), meta: { title: '统计分析', icon: 'peoples', loginAuthority: true } }, + { + path: 'ships', + name: 'ships', + component: () => import('@/views/statistics/ShipStatistics.vue'), + meta: { + title: '科考船汇总统计', + icon: 'peoples', + loginAuthority: true + } + }, { path: 'AboutUs', name: 'AboutUs', diff --git a/src/views/statistics/ShipStatistics.vue b/src/views/statistics/ShipStatistics.vue new file mode 100644 index 0000000..34ea8fc --- /dev/null +++ b/src/views/statistics/ShipStatistics.vue @@ -0,0 +1,681 @@ + + + + + + diff --git a/src/views/statistics/index.vue b/src/views/statistics/index.vue new file mode 100644 index 0000000..d32523e --- /dev/null +++ b/src/views/statistics/index.vue @@ -0,0 +1,287 @@ + + + + +