From ae19b4ac21947e349232a1a7aab05f7e41902c1e Mon Sep 17 00:00:00 2001 From: shijing Date: Fri, 31 May 2024 18:43:22 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E5=85=89=E5=AD=90=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E7=BB=BC=E5=90=88=E6=9F=A5=E8=AF=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config/route.js | 11 + src/views/statistics/total_statistics.vue | 317 ++++++++++++++++++++++ 2 files changed, 328 insertions(+) create mode 100644 src/views/statistics/total_statistics.vue 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 @@ + + + +