fix:添加检验项、检验表页面路由

This commit is contained in:
shijing 2024-12-12 13:46:17 +08:00
parent 0cb85ee6dd
commit da221bbee4
1 changed files with 18 additions and 0 deletions

View File

@ -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",