fix:检验管理中的首件检验和统计分析里的成品检验统计隐藏
This commit is contained in:
parent
6bf7fdbea7
commit
3a7deef1bf
|
|
@ -1807,6 +1807,7 @@ const routes = [
|
|||
title: "首件检验",
|
||||
// icon: "el-icon-cellphone",
|
||||
perms: ["ftest"],
|
||||
hidden: true,
|
||||
},
|
||||
component: "qm/first",
|
||||
},
|
||||
|
|
@ -1867,7 +1868,6 @@ const routes = [
|
|||
title: "成品检验",
|
||||
// icon: "el-icon-cellphone",
|
||||
perms: ["producttest"],
|
||||
hidden: true,
|
||||
},
|
||||
component: "qm/product",
|
||||
},
|
||||
|
|
@ -3470,16 +3470,16 @@ const routes = [
|
|||
// },
|
||||
// "component": "statistics/inm_check.vue"
|
||||
// },
|
||||
{
|
||||
name: "good_check",
|
||||
path: "/statistic/good_check",
|
||||
meta: {
|
||||
title: "成品检验统计",
|
||||
// icon: "el-icon-DataAnalysis",
|
||||
perms: ["statistic_qm"],
|
||||
},
|
||||
component: "statistics/good_check.vue",
|
||||
},
|
||||
// {
|
||||
// name: "good_check",
|
||||
// path: "/statistic/good_check",
|
||||
// meta: {
|
||||
// title: "成品检验统计",
|
||||
// // icon: "el-icon-DataAnalysis",
|
||||
// perms: ["statistic_qm"],
|
||||
// },
|
||||
// component: "statistics/good_check.vue",
|
||||
// },
|
||||
// {
|
||||
// "name": "behavior_check",
|
||||
// "path": "/statistic/behavior_check",
|
||||
|
|
|
|||
Loading…
Reference in New Issue