fix:添加检验项、检验表页面路由
This commit is contained in:
parent
0cb85ee6dd
commit
da221bbee4
|
@ -1661,6 +1661,24 @@ const routes = [
|
|||
perms: ["qm"],
|
||||
},
|
||||
children: [
|
||||
{
|
||||
name: "testItem",
|
||||
path: "/qm/testItem",
|
||||
meta: {
|
||||
title: "检验项",
|
||||
// perms: ["itest"],
|
||||
},
|
||||
component: "qm/testItem",
|
||||
},
|
||||
{
|
||||
name: "checkForm",
|
||||
path: "/qm/checkForm",
|
||||
meta: {
|
||||
title: "检验表",
|
||||
// perms: ["itest"],
|
||||
},
|
||||
component: "qm/checkForm",
|
||||
},
|
||||
{
|
||||
name: "income",
|
||||
path: "/qm/income",
|
||||
|
|
Loading…
Reference in New Issue