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

This commit is contained in:
shijing 2024-12-12 14:05:36 +08:00
parent da221bbee4
commit 653f5b0282
1 changed files with 2 additions and 2 deletions

View File

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