fix:光芯过程自检过程抽检和外观检验权限变动

This commit is contained in:
shijing 2024-10-24 17:25:59 +08:00
parent a9ca429667
commit 9e4ceeec3f
1 changed files with 26 additions and 5 deletions

View File

@ -1401,8 +1401,8 @@ const routes = [
// component: "wpm_gx/chart",
// },
// {
// name: "printTest",
// path: "/wpm_gx/print",
// name: "prints",
// path: "/wpm_gx/prints",
// meta: {
// title: "打印测试",
// icon: "el-icon-files",
@ -1420,7 +1420,6 @@ const routes = [
// },
// component: "setting/print/A4",
// },
{
name: "qiepian",
path: "/wpm_gx/qiepian",
@ -1622,13 +1621,23 @@ 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",
meta: {
title: "过程抽检",
// icon: "el-icon-cellphone",
perms: ["ptest"],
perms: ["ptest_cj"],
},
component: "qm/process2",
},
@ -1678,7 +1687,7 @@ const routes = [
meta: {
title: "外观检验",
// icon: "el-icon-cellphone",
perms: ["productstest__wg"],
perms: ["productstest_wg"],
},
component: "qm/products_wg",
},
@ -3035,6 +3044,18 @@ const routes = [
},
component: "bigScreen/index_photon",
},
//光芯—数据大屏
// {
// path: "/bigScreengx",
// name: "bigScreengx",
// meta: {
// title: "数据大屏",
// icon: "el-icon-platform",
// perms: ["bigScreengx"],
// fullpage: true,
// },
// component: "bigScreen/index_gx",
// },
//排放——数据大屏
{
path: "/bigScreenEnp",