diff --git a/src/assets/enterpriseLibrary/enterpriseKnowledgeIcon.png b/src/assets/enterpriseLibrary/enterpriseKnowledgeIcon.png
new file mode 100644
index 0000000..fda4593
Binary files /dev/null and b/src/assets/enterpriseLibrary/enterpriseKnowledgeIcon.png differ
diff --git a/src/router/index.js b/src/router/index.js
index 59f73a0..066f3c1 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -207,7 +207,7 @@ export const dynamicRoutes = [
}
]
},
-
+
{
path: '/archivesManagement/filesTransfer/record/record-detail-data',
component: Layout,
@@ -263,6 +263,20 @@ export const dynamicRoutes = [
meta: { title: '主体信息详情', activeMenu: '/enterpriseLibrary/enterprise', noCache: true }
}
]
+ },
+ {
+ path: '/EnterpriseKnowledge',
+ component: Layout,
+ hidden: true,
+ permissions: ['enterpriseLibrary:enterprise:EnterpriseKnowledge'],
+ children: [
+ {
+ path: 'index',
+ component: () => import('@/views/enterpriseLibrary/enterprise/components/EnterpriseKnowledge'),
+ name: 'EnterpriseKnowledge',
+ meta: { title: '企业知识库', activeMenu: '/enterpriseLibrary/enterprise', noCache: true }
+ }
+ ]
}
@@ -284,5 +298,5 @@ export default new Router({
mode: 'history', // 去掉url中的#
scrollBehavior: () => ({ y: 0 }),
routes: constantRoutes,
- base: process.env.VUE_APP_ENV === 'production'? '/smart-archiving': ''
+ base: process.env.VUE_APP_ENV === 'production' ? '/smart-archiving' : ''
})
diff --git a/src/views/enterpriseLibrary/enterprise/components/EnterpriseKnowledge.vue b/src/views/enterpriseLibrary/enterprise/components/EnterpriseKnowledge.vue
new file mode 100644
index 0000000..5264290
--- /dev/null
+++ b/src/views/enterpriseLibrary/enterprise/components/EnterpriseKnowledge.vue
@@ -0,0 +1,306 @@
+
+ 业绩库主要管理企业的项目业绩信息, 包括合同、验收报告、中标通知书等 人员库主要管理企业的人员资质信息, 包括岗位、工作经验、员工证书等 资质库主要管理企业的资质证书信息, 包括软著、专利、荣誉等 解决方案库主要用于管理企业内部技术方案、产品方案、项目方案等 工器具库主要用于登记工器具资料信息, 统一管理工器具清单等 财务库主要管理企业的财务报告文档, 包括审计报告、年报等业绩库
+ 人员库
+ 资质库
+ 技术方案库
+ 工器具库
+ 财务库
+