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 @@ + + + + +