fix:添加检验项、检验表页面路由
This commit is contained in:
parent
da221bbee4
commit
653f5b0282
|
@ -1666,7 +1666,7 @@ const routes = [
|
|||
path: "/qm/testItem",
|
||||
meta: {
|
||||
title: "检验项",
|
||||
// perms: ["itest"],
|
||||
perms: ["test_item"],
|
||||
},
|
||||
component: "qm/testItem",
|
||||
},
|
||||
|
@ -1675,7 +1675,7 @@ const routes = [
|
|||
path: "/qm/checkForm",
|
||||
meta: {
|
||||
title: "检验表",
|
||||
// perms: ["itest"],
|
||||
perms: ["check_form"],
|
||||
},
|
||||
component: "qm/checkForm",
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue