diff --git a/src/config/route.js b/src/config/route.js
index e3604c77..be15398b 100644
--- a/src/config/route.js
+++ b/src/config/route.js
@@ -1661,6 +1661,24 @@ const routes = [
perms: ["qm"],
},
children: [
+ {
+ name: "testItem",
+ path: "/qm/testItem",
+ meta: {
+ title: "检验项",
+ perms: ["test_item"],
+ },
+ component: "qm/testItem",
+ },
+ {
+ name: "checkForm",
+ path: "/qm/checkForm",
+ meta: {
+ title: "检验表",
+ perms: ["check_form"],
+ },
+ component: "qm/checkForm",
+ },
{
name: "income",
path: "/qm/income",
diff --git a/src/views/mtm/mgroup_form.vue b/src/views/mtm/mgroup_form.vue
index 645b0de2..42b12ba8 100644
--- a/src/views/mtm/mgroup_form.vue
+++ b/src/views/mtm/mgroup_form.vue
@@ -33,7 +33,7 @@
-->
-
+