From 25801c7483e4ac81fcb8cff5f09706f08234ecea Mon Sep 17 00:00:00 2001
From: qq787203167 <787203167@qq.com>
Date: Wed, 3 Aug 2022 11:56:10 +0800
Subject: [PATCH] =?UTF-8?q?=E5=B8=83=E5=B1=80=E7=9F=A5=E8=AF=86=E5=BA=93?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
jero-web/src/common/lang/en-us.js | 4 +
jero-web/src/common/lang/zh-cn.js | 4 +
.../classificationMaintenanceAdd.vue | 172 ++++++++++++
.../classificationMaintenanceModel.vue | 206 ++++++++++++++
.../components/problemKnowledgeBaseList.vue | 19 +-
.../components/problemKnowledgeBaseView.vue | 263 +++++++++++++++++-
.../components/documentDataComparison.vue | 2 +-
.../components/initiateComparison.vue | 1 +
.../documentComparison/index.vue | 17 +-
9 files changed, 662 insertions(+), 26 deletions(-)
create mode 100644 jero-web/src/views/businessSupport/problemKnowledgeBase/components/classificationMaintenanceAdd.vue
create mode 100644 jero-web/src/views/businessSupport/problemKnowledgeBase/components/classificationMaintenanceModel.vue
diff --git a/jero-web/src/common/lang/en-us.js b/jero-web/src/common/lang/en-us.js
index 8b51e9e80..deb708f55 100644
--- a/jero-web/src/common/lang/en-us.js
+++ b/jero-web/src/common/lang/en-us.js
@@ -1221,4 +1221,8 @@ module.exports = {
dre:'dre',
applicableInstructionsMarketList:'Applicable instructions of market list',
pleaseSelectTheDataCompared:'Please select the data to be compared',
+ problemLabel:'Problem label',
+ personCharge:'Person in charge',
+ addLabel:'Add Label',
+ editLabel:'Edit Label',
}
\ 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 472fcb015..e3ce4ee27 100644
--- a/jero-web/src/common/lang/zh-cn.js
+++ b/jero-web/src/common/lang/zh-cn.js
@@ -1324,4 +1324,8 @@ module.exports = {
dre:'填写人',
applicableInstructionsMarketList:'市场清单适用说明',
pleaseSelectTheDataCompared:'请选择需要对比的数据',
+ problemLabel:'问题标签',
+ personCharge:'负责人',
+ addLabel:'新增标签',
+ editLabel:'编辑标签',
}
\ No newline at end of file
diff --git a/jero-web/src/views/businessSupport/problemKnowledgeBase/components/classificationMaintenanceAdd.vue b/jero-web/src/views/businessSupport/problemKnowledgeBase/components/classificationMaintenanceAdd.vue
new file mode 100644
index 000000000..e86ce4846
--- /dev/null
+++ b/jero-web/src/views/businessSupport/problemKnowledgeBase/components/classificationMaintenanceAdd.vue
@@ -0,0 +1,172 @@
+
+
+
+
+
+
+
+ *
+ {{$t('problemLabel')}}
+
+
+
+
+
+
+
+
+
+
+
+ *
+ {{$t('personCharge')}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/jero-web/src/views/businessSupport/problemKnowledgeBase/components/classificationMaintenanceModel.vue b/jero-web/src/views/businessSupport/problemKnowledgeBase/components/classificationMaintenanceModel.vue
new file mode 100644
index 000000000..de9f3dcc3
--- /dev/null
+++ b/jero-web/src/views/businessSupport/problemKnowledgeBase/components/classificationMaintenanceModel.vue
@@ -0,0 +1,206 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/jero-web/src/views/businessSupport/problemKnowledgeBase/components/problemKnowledgeBaseList.vue b/jero-web/src/views/businessSupport/problemKnowledgeBase/components/problemKnowledgeBaseList.vue
index 73fe2200f..6036c6576 100644
--- a/jero-web/src/views/businessSupport/problemKnowledgeBase/components/problemKnowledgeBaseList.vue
+++ b/jero-web/src/views/businessSupport/problemKnowledgeBase/components/problemKnowledgeBaseList.vue
@@ -76,14 +76,19 @@
@showSizeChange="SizeChange"
/>
+
@@ -85,4 +218,132 @@
}
}
}
+
+ .box-text {
+ display: flex;
+ justify-content: space-between;
+ height: 60px;
+ line-height: 40px;
+
+ .header-text {
+ font-size: 16px;
+ font-weight: 400;
+ color: #000F16;
+ }
+ }
+
+ .content-text {
+ width: 100%;
+ display: flex;
+ flex-wrap: wrap;
+
+ .text-field {
+ width: 33%;
+ margin-bottom: 8px;
+
+ .text-field-left {
+ width: 124px;
+ display: inline-block;
+ font-size: 14px;
+ font-weight: 400;
+ color: #6F7385;
+ text-overflow: ellipsis;
+ white-space: nowrap;
+ overflow: hidden;
+ margin-right: 24px;
+ }
+
+ .text-field-right {
+ width: calc(100% - 200px);
+ display: inline-block;
+ font-size: 16px;
+ text-overflow: ellipsis;
+ white-space: nowrap;
+ overflow: hidden;
+ color: #040B29;
+ font-weight: 400;
+ }
+
+ .text-field-right-url {
+ color: #00B3BE !important;
+ cursor: pointer;
+ margin-top: 10px;
+ }
+ }
+ }
+
+ .content {
+ font-size: 16px;
+ color: #040B29;
+ font-weight: 400;
+ }
+
+ .content-icon {
+ height: 40px;
+ line-height: 40px;
+ font-size: 16px;
+ color: #040B29;
+ font-weight: 400;
+ text-align: right;
+ margin-top: 20px;
+ }
+
+ .content-icon-text {
+ display: inline-block;
+ padding: 0 20px;
+ cursor: pointer;
+ line-height: 40px;
+ }
+
+ .content-icon-text .icon {
+ font-size: 24px;
+ color: #3b4249 !important;
+ }
+
+ .content-icon-text span {
+ display: inline-block;
+ margin-left: 4px;
+ }
+
+ .box-title-text {
+ line-height: 1.4;
+ display: flex;
+ /*align-items: center;*/
+ }
+
+ .title-text {
+ width: 88px;
+ text-align: right;
+ display: inline-block;
+ font-weight: 500;
+ font-size: 14px;
+ margin-right: 16px;
+ overflow: hidden;
+ text-overflow: ellipsis;
+ white-space: nowrap;
+ height: 42px;
+ line-height: 48px;
+ color: #000F16;
+ }
+
+ .box-input {
+ display: inline-block;
+ height: 38px;
+ width: 100%;
+ }
+
+ .itemModel {
+ width: 100%;
+ display: inline-block;
+ margin-top: 2px;
+ margin-bottom: 12px;
+ }
+
+ .content-button {
+ text-align: right;
+ }
+
+ .header-btn {
+ height: 38px;
+ }
\ No newline at end of file
diff --git a/jero-web/src/views/documentTools/documentComparison/components/documentDataComparison.vue b/jero-web/src/views/documentTools/documentComparison/components/documentDataComparison.vue
index cdf207ef6..c229dafa3 100644
--- a/jero-web/src/views/documentTools/documentComparison/components/documentDataComparison.vue
+++ b/jero-web/src/views/documentTools/documentComparison/components/documentDataComparison.vue
@@ -27,7 +27,7 @@