From 2d52ae26c5bb8ed3926c4c28a851e275419ab47c Mon Sep 17 00:00:00 2001 From: shijing Date: Fri, 29 Nov 2024 17:45:25 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E6=A3=92=E7=AE=A1=E7=BB=9F=E8=AE=A1?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config/route.js | 23 ++ src/views/statistics/statistics_bang.vue | 341 +++++++++++++++++++++++ src/views/statistics/statistics_guan.vue | 330 ++++++++++++++++++++++ 3 files changed, 694 insertions(+) create mode 100644 src/views/statistics/statistics_bang.vue create mode 100644 src/views/statistics/statistics_guan.vue diff --git a/src/config/route.js b/src/config/route.js index a4ccdeb8..fa3b3430 100644 --- a/src/config/route.js +++ b/src/config/route.js @@ -3445,6 +3445,29 @@ const routes = [ }, component: "statistics/total_statistics.vue", }, + //综合统计--棒 + { + name: "statistics_bang", + path: "/statistic/statistics_bang", + meta: { + title: "棒综合统计", + icon: "el-icon-DataAnalysis", + perms: ["statistics_bang"], + }, + component: "statistics/statistics_bang.vue", + }, + //综合统计--管 + { + name: "statistics_guan", + path: "/statistic/statistics_guan", + meta: { + title: "管综合统计", + icon: "el-icon-DataAnalysis", + perms: ["statistics_guan"], + }, + component: "statistics/statistics_guan.vue", + }, + //综合统计--AVG ], // children:[ // { diff --git a/src/views/statistics/statistics_bang.vue b/src/views/statistics/statistics_bang.vue new file mode 100644 index 00000000..d91eca98 --- /dev/null +++ b/src/views/statistics/statistics_bang.vue @@ -0,0 +1,341 @@ + + + + + diff --git a/src/views/statistics/statistics_guan.vue b/src/views/statistics/statistics_guan.vue new file mode 100644 index 00000000..e2bd7311 --- /dev/null +++ b/src/views/statistics/statistics_guan.vue @@ -0,0 +1,330 @@ + + + + +