diff --git a/ruoyi-ui/src/router/index.js b/ruoyi-ui/src/router/index.js
index ab83c42d..e02c2bab 100644
--- a/ruoyi-ui/src/router/index.js
+++ b/ruoyi-ui/src/router/index.js
@@ -125,6 +125,20 @@ export const dynamicRoutes = [
}
]
},
+ {
+ path: '/bid/rfq/detail',
+ component: Layout,
+ hidden: true,
+ permissions: ['bid:rfq:query'],
+ children: [
+ {
+ path: '',
+ component: () => import('@/views/bid/rfq/detail'),
+ name: 'RfqDetail',
+ meta: { title: '报价请求详情', activeMenu: '/bid/rfq' }
+ }
+ ]
+ },
// ── 统计分析 路由 ──
{
path: '/bid/report/dashboard',
diff --git a/ruoyi-ui/src/views/bid/clientquote/detail.vue b/ruoyi-ui/src/views/bid/clientquote/detail.vue
index 6e8845e4..cb7930fb 100644
--- a/ruoyi-ui/src/views/bid/clientquote/detail.vue
+++ b/ruoyi-ui/src/views/bid/clientquote/detail.vue
@@ -70,9 +70,10 @@
报价明细