From d143af7023cfd4a0ced6f0ecf04ae3b3a06fd1dc Mon Sep 17 00:00:00 2001
From: baoshiwei <baoshiwei@shlanbao.cn>
Date: 星期三, 15 四月 2026 13:11:28 +0800
Subject: [PATCH] feat(md): 添加称重盒子维护功能

---
 ruoyi-plus-soybean/src/router/elegant/routes.ts |   36 ++++++++++++++++++++++++++++++++++++
 1 files changed, 36 insertions(+), 0 deletions(-)

diff --git a/ruoyi-plus-soybean/src/router/elegant/routes.ts b/ruoyi-plus-soybean/src/router/elegant/routes.ts
index 193441e..2fadf2c 100755
--- a/ruoyi-plus-soybean/src/router/elegant/routes.ts
+++ b/ruoyi-plus-soybean/src/router/elegant/routes.ts
@@ -190,12 +190,30 @@
     },
     children: [
       {
+        name: 'md_instrument',
+        path: '/md/instrument',
+        component: 'view.md_instrument',
+        meta: {
+          title: 'md_instrument',
+          i18nKey: 'route.md_instrument'
+        }
+      },
+      {
         name: 'md_shift',
         path: '/md/shift',
         component: 'view.md_shift',
         meta: {
           title: 'md_shift',
           i18nKey: 'route.md_shift'
+        }
+      },
+      {
+        name: 'md_weighing-box',
+        path: '/md/weighing-box',
+        component: 'view.md_weighing-box',
+        meta: {
+          title: 'md_weighing-box',
+          i18nKey: 'route.md_weighing-box'
         }
       }
     ]
@@ -266,6 +284,24 @@
         }
       },
       {
+        name: 'qm_judge',
+        path: '/qm/judge',
+        component: 'view.qm_judge',
+        meta: {
+          title: 'qm_judge',
+          i18nKey: 'route.qm_judge'
+        }
+      },
+      {
+        name: 'qm_judge-details',
+        path: '/qm/judge-details',
+        component: 'view.qm_judge-details',
+        meta: {
+          title: 'qm_judge-details',
+          i18nKey: 'route.qm_judge-details'
+        }
+      },
+      {
         name: 'qm_std',
         path: '/qm/std',
         component: 'view.qm_std',

--
Gitblit v1.9.3