diff --git a/src/config/route.js b/src/config/route.js index 493a2bf8..eaa8794f 100644 --- a/src/config/route.js +++ b/src/config/route.js @@ -2824,6 +2824,17 @@ const routes = [ }, "component": "statistics/stock_statistics.vue" }, + //综合查询 + { + "name": "total_statistics", + "path": "/statistic/total_statistics", + "meta": { + "title": "综合查询", + "icon": "el-icon-DataAnalysis", + "perms": ["statistic_total"] + }, + "component": "statistics/total_statistics.vue" + }, ], // children:[ // { diff --git a/src/views/statistics/total_statistics.vue b/src/views/statistics/total_statistics.vue new file mode 100644 index 00000000..22fc96c7 --- /dev/null +++ b/src/views/statistics/total_statistics.vue @@ -0,0 +1,317 @@ + + + +