diff --git a/src/router/index.js b/src/router/index.js index 29ccf566..6eff2127 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -96,6 +96,20 @@ export const constantRoutes = [ } ] }, + { + path: '/plot', + hidden: true, + component: Layout, + + children: [ + { + path: 'plot', + component: () => import('@/views/plot/plot'), + name: 'plot', + meta: { title: 'plot' } + } + ] + }, { path: '/analyzing', hidden: true, diff --git a/src/views/plot/plot.vue b/src/views/plot/plot.vue index ba90d922..70161f8f 100644 --- a/src/views/plot/plot.vue +++ b/src/views/plot/plot.vue @@ -1,15 +1,21 @@ - You could also run the analysis on the data from the specific date range - From: - - - To: - - Apply + + You could also run the analysis on the data from the specific date range + From: + + + To: + + Apply + + + + + + Back + - - Back