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