diff --git a/src/config/route.js b/src/config/route.js index 6f9ba82c..272c3df2 100644 --- a/src/config/route.js +++ b/src/config/route.js @@ -3294,6 +3294,17 @@ const routes = [ }, component: "statistics/task_rate_gx.vue", }, + //人员绩效统计——光芯 + { + path: "/work_statistics", + name: "work_statistics", + meta: { + title: "人员生产统计", + icon: "el-icon-trend-charts", + perms: ["work_statistics"], + }, + component: "statistics/work_statistics.vue", + }, //库存统计——光芯 { path: "/statistic_inm", diff --git a/src/views/statistics/good_check_gx.vue b/src/views/statistics/good_check_gx.vue index 3e2a03a2..eb12918f 100644 --- a/src/views/statistics/good_check_gx.vue +++ b/src/views/statistics/good_check_gx.vue @@ -2,6 +2,39 @@
+ + + + + + + 导出 - - + + @@ -32,7 +70,7 @@ - + @@ -43,6 +81,9 @@ + + + @@ -61,7 +102,6 @@ - + +