From 06f6eb3b6159323a26e55cc15ef3000786931e24 Mon Sep 17 00:00:00 2001
From: zhuguifei <312353457@qq.com>
Date: 星期五, 13 三月 2026 13:14:14 +0800
Subject: [PATCH] feat(新增基础数据判断规程、以及判定规程明细):
---
ruoyi-plus-soybean/src/router/elegant/routes.ts | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 56 insertions(+), 0 deletions(-)
diff --git a/ruoyi-plus-soybean/src/router/elegant/routes.ts b/ruoyi-plus-soybean/src/router/elegant/routes.ts
index 6a6900a..28f3fb5 100755
--- a/ruoyi-plus-soybean/src/router/elegant/routes.ts
+++ b/ruoyi-plus-soybean/src/router/elegant/routes.ts
@@ -60,6 +60,15 @@
},
children: [
{
+ name: 'analy_feed-match',
+ path: '/analy/feed-match',
+ component: 'view.analy_feed-match',
+ meta: {
+ title: 'analy_feed-match',
+ i18nKey: 'route.analy_feed-match'
+ }
+ },
+ {
name: 'analy_hoister',
path: '/analy/hoister',
component: 'view.analy_hoister',
@@ -93,6 +102,15 @@
meta: {
title: 'analy_roller',
i18nKey: 'route.analy_roller'
+ }
+ },
+ {
+ name: 'analy_store-silk',
+ path: '/analy/store-silk',
+ component: 'view.analy_store-silk',
+ meta: {
+ title: 'analy_store-silk',
+ i18nKey: 'route.analy_store-silk'
}
}
]
@@ -163,6 +181,26 @@
}
},
{
+ name: 'md',
+ path: '/md',
+ component: 'layout.base',
+ meta: {
+ title: 'md',
+ i18nKey: 'route.md'
+ },
+ children: [
+ {
+ name: 'md_shift',
+ path: '/md/shift',
+ component: 'view.md_shift',
+ meta: {
+ title: 'md_shift',
+ i18nKey: 'route.md_shift'
+ }
+ }
+ ]
+ },
+ {
name: 'monitor',
path: '/monitor',
component: 'layout.base',
@@ -226,6 +264,24 @@
title: 'qm_batch',
i18nKey: 'route.qm_batch'
}
+ },
+ {
+ name: 'qm_checkitem',
+ path: '/qm/checkitem',
+ component: 'view.qm_checkitem',
+ meta: {
+ title: 'qm_checkitem',
+ i18nKey: 'route.qm_checkitem'
+ }
+ },
+ {
+ name: 'qm_std',
+ path: '/qm/std',
+ component: 'view.qm_std',
+ meta: {
+ title: 'qm_std',
+ i18nKey: 'route.qm_std'
+ }
}
]
},
--
Gitblit v1.9.3