From 5927f460d9ba0c46a50908ed5558f273788a88cf Mon Sep 17 00:00:00 2001 From: cwchen <1048842385@qq.com> Date: Wed, 5 Nov 2025 10:09:26 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E8=B7=AF=E5=BE=84=E8=B7=B3?= =?UTF-8?q?=E8=BD=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 4 +- .../analysis/components/AnalysisForm.vue | 37 +++++++++++++------ .../components/EnterpriseKnowledge.vue | 4 +- .../technical/components/child/FileInfo.vue | 4 +- src/views/enterpriseLibrary/tool/index.vue | 2 +- 5 files changed, 32 insertions(+), 19 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index 3b9c6c1..5199457 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -332,7 +332,7 @@ export const dynamicRoutes = [ ] }, { - path: '/tool', + path: '/tools', component: Layout, hidden: true, permissions: ['enterpriseLibrary:tool:list'], @@ -340,7 +340,7 @@ export const dynamicRoutes = [ { path: 'index', component: () => import('@/views/enterpriseLibrary/tool/index'), - name: 'Tool', + name: 'Tools', meta: { title: '工器具库', activeMenu: '/enterpriseLibrary/enterprise', noCache: true } } ] diff --git a/src/views/analysis/components/AnalysisForm.vue b/src/views/analysis/components/AnalysisForm.vue index 47ea3d4..1e3d363 100644 --- a/src/views/analysis/components/AnalysisForm.vue +++ b/src/views/analysis/components/AnalysisForm.vue @@ -4,9 +4,15 @@ :closeOnClickModal="false" @close="handleClose" :append-to-body="true">