diff --git a/package.json b/package.json
index 88b90918..46f7eca0 100644
--- a/package.json
+++ b/package.json
@@ -11,6 +11,7 @@
},
"dependencies": {
"@antv/data-set": "^0.11.4",
+ "@antv/g6": "^4.8.21",
"@tinymce/tinymce-vue": "2.1.0",
"@toast-ui/editor": "^2.1.2",
"ant-design-vue": "^1.7.2",
diff --git a/src/common/lang/businessSupport/en.js b/src/common/lang/businessSupport/en.js
new file mode 100644
index 00000000..4ab23cde
--- /dev/null
+++ b/src/common/lang/businessSupport/en.js
@@ -0,0 +1,6 @@
+module.exports = {
+ // 标准化活动
+ standardizationActivity: {
+ nodeName: 'Node name' // 节点名称
+ }
+}
diff --git a/src/common/lang/businessSupport/zh.js b/src/common/lang/businessSupport/zh.js
new file mode 100644
index 00000000..6d4a3323
--- /dev/null
+++ b/src/common/lang/businessSupport/zh.js
@@ -0,0 +1,6 @@
+module.exports = {
+ // 标准化活动
+ standardizationActivity: {
+ nodeName: '节点名称', // 节点名称
+ }
+}
diff --git a/src/common/lang/en-us.js b/src/common/lang/en-us.js
index 9a504a6a..6aea3485 100644
--- a/src/common/lang/en-us.js
+++ b/src/common/lang/en-us.js
@@ -2,6 +2,7 @@ const system = require('./system/en.js')
const personalCenter = require('./personalCenter/en.js')
const standardRegulationLibrary = require('./standardRegulationLibrary/en-us')
const enterpriseStandardLibrary = require('./enterpriseStandardLibrary/en.js')
+const businessSupport = require('./businessSupport/en')
module.exports = {
// 共用
@@ -521,5 +522,7 @@ module.exports = {
// 标准法规库
standardRegulationLibrary,
// 企标库
- enterpriseStandardLibrary
+ enterpriseStandardLibrary,
+ // 业务支持
+ businessSupport
}
diff --git a/src/common/lang/zh-cn.js b/src/common/lang/zh-cn.js
index f4769af6..67b7c5db 100644
--- a/src/common/lang/zh-cn.js
+++ b/src/common/lang/zh-cn.js
@@ -2,6 +2,7 @@ const system = require('./system/zh.js')
const personalCenter = require('./personalCenter/zh.js')
const standardRegulationLibrary = require('./standardRegulationLibrary/zh-cn')
const enterpriseStandardLibrary = require('./enterpriseStandardLibrary/zh.js')
+const businessSupport = require('./businessSupport/zh')
module.exports = {
// 共用
@@ -521,5 +522,7 @@ module.exports = {
// 标准法规库
standardRegulationLibrary,
// 企标库
- enterpriseStandardLibrary
+ enterpriseStandardLibrary,
+ // 业务支持
+ businessSupport
}
diff --git a/src/components/MindMap.vue b/src/components/MindMap.vue
new file mode 100644
index 00000000..cdbaf567
--- /dev/null
+++ b/src/components/MindMap.vue
@@ -0,0 +1,252 @@
+
+
+
+
+
+
+
diff --git a/src/views/businessSupport/standardizationActivity/StandardizationActivityPage.vue b/src/views/businessSupport/standardizationActivity/StandardizationActivityPage.vue
new file mode 100644
index 00000000..da5a2e86
--- /dev/null
+++ b/src/views/businessSupport/standardizationActivity/StandardizationActivityPage.vue
@@ -0,0 +1,212 @@
+
+
+
+
+
+
+
+
+
+
+ {{ d.name }}
+
+
+
+
+
+
+
{{ $t('reset') }}
+
{{ $t('query') }}
+
+
+
+
+
+
+
+
+
+
+
+