diff --git a/jero-web/src/common/lang/en-us.js b/jero-web/src/common/lang/en-us.js
index 30eb171e4..d7592614b 100644
--- a/jero-web/src/common/lang/en-us.js
+++ b/jero-web/src/common/lang/en-us.js
@@ -887,4 +887,6 @@ module.exports = {
myNews:'My News',
monthlyReportRegulations:'Monthly report regulations',
Pending:'Pending',
+ custom:'Custom',
+ notSelected:'Not selected',
}
\ No newline at end of file
diff --git a/jero-web/src/common/lang/zh-cn.js b/jero-web/src/common/lang/zh-cn.js
index 79cfaced8..bdd8b7b3e 100644
--- a/jero-web/src/common/lang/zh-cn.js
+++ b/jero-web/src/common/lang/zh-cn.js
@@ -892,4 +892,6 @@ module.exports = {
myNews:'我的消息',
monthlyReportRegulations:'法规月报',
Pending:'待处理',
+ custom:'自定义',
+ notSelected:'未选择',
}
\ No newline at end of file
diff --git a/jero-web/src/components/layouts/TabLayout.vue b/jero-web/src/components/layouts/TabLayout.vue
index e76180cd4..e4681ca78 100644
--- a/jero-web/src/components/layouts/TabLayout.vue
+++ b/jero-web/src/components/layouts/TabLayout.vue
@@ -95,6 +95,7 @@
this.$route.path == '/handshakeProcess' ||
this.$route.path == '/historicalVersion' ||
this.$route.path == '/dashboard/analysis' ||
+ this.$route.path == '/customContentList' ||
this.$route.path == '/processDetails') {
return false
} else {
diff --git a/jero-web/src/views/dashboard/components/customContent.vue b/jero-web/src/views/dashboard/components/customContent.vue
index 170c1698e..850a76df2 100644
--- a/jero-web/src/views/dashboard/components/customContent.vue
+++ b/jero-web/src/views/dashboard/components/customContent.vue
@@ -12,16 +12,116 @@
-
+
+
@@ -16,12 +18,62 @@