fix:光子统计分析添加新页面
This commit is contained in:
parent
28d4826043
commit
8c3bafcc19
|
@ -2966,6 +2966,17 @@ const routes = [
|
||||||
perms: ["bigScreenP_dept"],
|
perms: ["bigScreenP_dept"],
|
||||||
},
|
},
|
||||||
children: [
|
children: [
|
||||||
|
{
|
||||||
|
path: "/bigScreenP_heihua",
|
||||||
|
name: "bigScreenP_heihua",
|
||||||
|
meta: {
|
||||||
|
title: "黑化车间",
|
||||||
|
icon: "el-icon-trend-charts",
|
||||||
|
perms: ["bigScreenP_dept10"],
|
||||||
|
fullpage: true,
|
||||||
|
},
|
||||||
|
component: "bigScreen/index_heihuadept.vue",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
path: "/bigScreenP_10",
|
path: "/bigScreenP_10",
|
||||||
name: "bigScreenP_10",
|
name: "bigScreenP_10",
|
||||||
|
@ -3181,6 +3192,72 @@ const routes = [
|
||||||
},
|
},
|
||||||
component: "statistics/stock_statistics.vue",
|
component: "statistics/stock_statistics.vue",
|
||||||
},
|
},
|
||||||
|
//合格数统计——光芯
|
||||||
|
{
|
||||||
|
name: "pass_num_gx",
|
||||||
|
path: "/statistic/pass_num_gx",
|
||||||
|
meta: {
|
||||||
|
title: "合格数统计",
|
||||||
|
icon: "el-icon-DataAnalysis",
|
||||||
|
perms: ["pass_num_gx"],
|
||||||
|
},
|
||||||
|
component: "statistics/pass_num_gx.vue",
|
||||||
|
},
|
||||||
|
//任务进度统计——光芯
|
||||||
|
{
|
||||||
|
name: "task_rate_gx",
|
||||||
|
path: "/statistic/task_rate_gx",
|
||||||
|
meta: {
|
||||||
|
title: "任务进度",
|
||||||
|
icon: "el-icon-DataAnalysis",
|
||||||
|
perms: ["task_rate_gx"],
|
||||||
|
},
|
||||||
|
component: "statistics/task_rate_gx.vue",
|
||||||
|
},
|
||||||
|
//库存统计——光芯
|
||||||
|
{
|
||||||
|
path: "/statistic_inm",
|
||||||
|
name: "statistic_inm",
|
||||||
|
meta: {
|
||||||
|
title: "库存统计",
|
||||||
|
icon: "el-icon-trend-charts",
|
||||||
|
perms: ["statistic_inm_gx"],
|
||||||
|
},
|
||||||
|
component: "statistics/statistics_inm.vue",
|
||||||
|
},
|
||||||
|
//过程检验统计——光芯
|
||||||
|
{
|
||||||
|
path: "/process_check_gx",
|
||||||
|
name: "process_check_gx",
|
||||||
|
meta: {
|
||||||
|
title: "过程检验统计",
|
||||||
|
icon: "el-icon-trend-charts",
|
||||||
|
perms: ["process_check_gx"],
|
||||||
|
},
|
||||||
|
component: "statistics/process_check_gx.vue",
|
||||||
|
},
|
||||||
|
//成品检验统计——光芯
|
||||||
|
{
|
||||||
|
path: "/good_check_gx",
|
||||||
|
name: "good_check_gx",
|
||||||
|
meta: {
|
||||||
|
title: "成品检验统计",
|
||||||
|
icon: "el-icon-trend-charts",
|
||||||
|
perms: ["good_check_gx"],
|
||||||
|
},
|
||||||
|
component: "statistics/good_check_gx.vue",
|
||||||
|
},
|
||||||
|
//扫边车间数据汇总——光芯
|
||||||
|
// {
|
||||||
|
// path: "/statistics_saobian",
|
||||||
|
// name: "statistics_saobian",
|
||||||
|
// meta: {
|
||||||
|
// title: "扫边车间统计",
|
||||||
|
// icon: "el-icon-trend-charts",
|
||||||
|
// perms: ["statistic_inm"],
|
||||||
|
// },
|
||||||
|
// component: "statistics/statistics_saobian.vue",
|
||||||
|
// },
|
||||||
//综合查询
|
//综合查询
|
||||||
{
|
{
|
||||||
name: "total_statistics",
|
name: "total_statistics",
|
||||||
|
|
Loading…
Reference in New Issue