fix:添加中检记录
This commit is contained in:
parent
a77c2ca0c4
commit
0113d7a9ef
|
|
@ -1821,16 +1821,6 @@ const routes = [
|
|||
},
|
||||
component: "qm/process",
|
||||
},
|
||||
{
|
||||
name: "qmProcess_gx",
|
||||
path: "/qm/qmProcess_gx",
|
||||
meta: {
|
||||
title: "过程自检",
|
||||
// icon: "el-icon-cellphone",
|
||||
perms: ["ptest_gx"],
|
||||
},
|
||||
component: "qm/process_gx",
|
||||
},
|
||||
{
|
||||
name: "qmProcess2",
|
||||
path: "/qm/qmProcess2",
|
||||
|
|
@ -1872,35 +1862,14 @@ const routes = [
|
|||
component: "qm/product",
|
||||
},
|
||||
{
|
||||
name: "products_cc",
|
||||
path: "/qm/products_cc",
|
||||
name: "product_middle",
|
||||
path: "/qm/product_middle",
|
||||
meta: {
|
||||
title: "尺寸检验",
|
||||
// icon: "el-icon-cellphone",
|
||||
perms: ["productstest_cc"],
|
||||
},
|
||||
component: "qm/products_cc",
|
||||
},
|
||||
{
|
||||
name: "products_wg",
|
||||
path: "/qm/products_wg",
|
||||
meta: {
|
||||
title: "外观检验",
|
||||
// icon: "el-icon-cellphone",
|
||||
perms: ["productstest_wg"],
|
||||
},
|
||||
component: "qm/products_wg",
|
||||
},
|
||||
{
|
||||
name: "productDetail",
|
||||
path: "/qm/productDetail",
|
||||
meta: {
|
||||
title: "成品检验",
|
||||
title: "中检记录",
|
||||
// icon: "el-icon-cellphone",
|
||||
perms: ["producttest"],
|
||||
hidden: true,
|
||||
},
|
||||
component: "qm/productCheck",
|
||||
component: "qm/product_middle",
|
||||
},
|
||||
],
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue