diff --git a/jero-web/src/common/lang/en-us.js b/jero-web/src/common/lang/en-us.js
index 1aa99f303..cddee045e 100644
--- a/jero-web/src/common/lang/en-us.js
+++ b/jero-web/src/common/lang/en-us.js
@@ -1230,4 +1230,7 @@ module.exports = {
associatedWebsite:'Associated website',
dropDownOptions:'Drop down options',
dropDownOptionMaintenance:'Drop down option maintenance',
+ displayInformation:'Display information',
+ addComparison:'Add comparison',
+ showOrNot:'Show or not',
}
\ 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 bee340923..2b024825c 100644
--- a/jero-web/src/common/lang/zh-cn.js
+++ b/jero-web/src/common/lang/zh-cn.js
@@ -1333,4 +1333,7 @@ module.exports = {
associatedWebsite:'关联网址',
dropDownOptions:'下拉选项',
dropDownOptionMaintenance:'下拉选项维护',
+ displayInformation:'展示信息',
+ addComparison:'添加对比',
+ showOrNot:'是否展示',
}
\ No newline at end of file
diff --git a/jero-web/src/views/businessSupport/problemKnowledgeBase/components/countryCardRelease.vue b/jero-web/src/views/businessSupport/problemKnowledgeBase/components/countryCardRelease.vue
index 3ccdc4ab9..16f764ed2 100644
--- a/jero-web/src/views/businessSupport/problemKnowledgeBase/components/countryCardRelease.vue
+++ b/jero-web/src/views/businessSupport/problemKnowledgeBase/components/countryCardRelease.vue
@@ -227,7 +227,11 @@
},
viewClick() {
-
+ let newUrl = this.$router.resolve({
+ path: '/countryCardView',
+ query: {}
+ })
+ window.open(newUrl.href, '_blank')
},
deleteData(val) {
let _this = this
diff --git a/jero-web/src/views/businessSupport/problemKnowledgeBase/components/countryCardView.vue b/jero-web/src/views/businessSupport/problemKnowledgeBase/components/countryCardView.vue
index 75be6e28d..e2d651aea 100644
--- a/jero-web/src/views/businessSupport/problemKnowledgeBase/components/countryCardView.vue
+++ b/jero-web/src/views/businessSupport/problemKnowledgeBase/components/countryCardView.vue
@@ -6,21 +6,95 @@
- {{$t('applicableInstructionsMarketList')}}
+ {{$t('See')}}
-
+
+
+
+
+ {{$t('displayInformation')}}
+
+
+
+ {{$t('addComparison')}}
+
+
+
+
+
+ hadhasdasdhadashdjk
+
+
+ hadhasdasdhadashdjk
+
+
+ hadhasdasdhadashdjk
+
+
+ hadhasdasdhadashdjk
+
+
+ hadhasdasdhadashdjk
+
+
+ hadhasdasdhadashdjk
+
+
+ hadhasdasdhadashdjk
+
+
+ hadhasdasdhadashdjk
+
+
+ hadhasdasdhadashdjk
+
+
+
+
+

+
+ 中国
+
+
+
+

+
+ 中国
+
+
+
+
+
@@ -66,11 +140,6 @@
}
}
- .content-box {
- padding: 0 32px;
- box-sizing: border-box;
- }
-
.header-text {
font-size: 16px;
font-weight: 400;
@@ -85,4 +154,110 @@
}
}
}
+
+ .box-content-right {
+ width: 100%;
+ text-align: right;
+ margin-bottom: 20px;
+ }
+
+ .operator-text {
+ cursor: pointer;
+ margin-right: 53px;
+ font-size: 14px;
+ font-weight: 400;
+ color: #040B29;
+ display: inline-block;
+ }
+
+ .operator-text:last-child {
+ margin-right: 13px;
+ }
+
+ .content-box {
+ overflow: auto;
+ white-space: nowrap;
+ position: relative;
+ }
+
+ .content-box-left {
+ width: 200px;
+ background: #fff;
+ z-index: 111;
+ display: inline-block;
+ position: sticky;
+ left: 0;
+ border-top: 1px #d9d9d9 solid;
+ border-left: 1px #d9d9d9 solid;
+ border-bottom: 1px #d9d9d9 solid;
+ border-right: 1px #d9d9d9 solid;
+ }
+
+ .content-box-left-text {
+ font-size: 16px;
+ color: #040B29;
+ font-weight: 400;
+ text-align: center;
+ border-bottom: 1px #d9d9d9 solid;
+ height: 80px;
+ line-height: 80px;
+ }
+
+ .content-box-left-text:last-child {
+ border-bottom: none;
+ }
+
+ .content-box-box-top {
+ width: 340px;
+ height: 160px;
+ display: inline-block;
+ cursor: pointer;
+ border-left: 1px #d9d9d9 solid;
+ border-top: 1px #d9d9d9 solid;
+ border-right: 1px #d9d9d9 solid;
+ border-bottom: 1px #d9d9d9 solid;
+ position: sticky;
+ top: 0;
+ z-index: 111;
+ background: #fff;
+ }
+
+ .content-box-right {
+ width: 339px;
+ position: relative;
+ display: inline-block;
+ border-top: 1px #d9d9d9 solid;
+ border-right: 1px #d9d9d9 solid;
+ border-bottom: 1px #d9d9d9 solid;
+ }
+
+ .content-box-right:last-child {
+ border-right: 1px #d9d9d9 solid;
+ }
+
+ .content-box-box-img {
+ width: 70%;
+ height: 100%;
+ }
+
+ .content-box-box-text {
+ display: inline-block;
+ width: 30%;
+ text-align: center;
+ font-size: 18px;
+ font-weight: 500;
+ color: #040B29;
+ }
+
+ .content-box-box {
+ width: 100%;
+ height: 80px;
+ border-bottom: 1px #d9d9d9 solid;
+ cursor: pointer;
+ }
+
+ .content-box-box:last-child {
+ border-bottom: none;
+ }
+
\ No newline at end of file
diff --git a/jero-web/src/views/businessSupport/problemKnowledgeBase/components/displayInformationModel.vue b/jero-web/src/views/businessSupport/problemKnowledgeBase/components/displayInformationModel.vue
new file mode 100644
index 000000000..baae325aa
--- /dev/null
+++ b/jero-web/src/views/businessSupport/problemKnowledgeBase/components/displayInformationModel.vue
@@ -0,0 +1,156 @@
+
+
+
+
+
+
+
\ No newline at end of file