diff --git a/jero-web/src/views/businessSupport/problemKnowledgeBase/components/classificationMaintenanceModel.vue b/jero-web/src/views/businessSupport/problemKnowledgeBase/components/classificationMaintenanceModel.vue
index b3616ccb1..3b19b75c0 100644
--- a/jero-web/src/views/businessSupport/problemKnowledgeBase/components/classificationMaintenanceModel.vue
+++ b/jero-web/src/views/businessSupport/problemKnowledgeBase/components/classificationMaintenanceModel.vue
@@ -41,9 +41,9 @@
-
{{item.prcName}}
- {{prcTypeName[item.prcType]}}
+
{{item.creatTime}}
@@ -161,25 +161,24 @@
font-family: Blue Sky Noto;
font-weight: 400;
color: #040B29;
- max-width: 50%;
+ max-width: calc(100% - 72px);
display: inline-block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
-
- .top-admin {
- font-size: 16px;
- font-family: Blue Sky Noto;
- display: inline-block;
- font-weight: 400;
- color: #040B29;
- margin-left: 4px;
- max-width: calc(50% - 72px);
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
+ /*.top-admin {*/
+ /* font-size: 16px;*/
+ /* font-family: Blue Sky Noto;*/
+ /* display: inline-block;*/
+ /* font-weight: 400;*/
+ /* color: #040B29;*/
+ /* margin-left: 4px;*/
+ /* max-width: calc(50% - 72px);*/
+ /* overflow: hidden;*/
+ /* text-overflow: ellipsis;*/
+ /* white-space: nowrap;*/
+ /*}*/
}
.button {
diff --git a/jero-web/src/views/documentTools/documentComparison/components/documentDataComparison.vue b/jero-web/src/views/documentTools/documentComparison/components/documentDataComparison.vue
index 7eb1bf38e..51876de9c 100644
--- a/jero-web/src/views/documentTools/documentComparison/components/documentDataComparison.vue
+++ b/jero-web/src/views/documentTools/documentComparison/components/documentDataComparison.vue
@@ -377,7 +377,7 @@
return
}
for (let i = 0; i < this.resultData.textLeft.length; i++) {
- if (node.parentId && node.itemName == this.resultData.textLeft[i].itemsName) {
+ if (node.parentId && node.menuId == this.resultData.textLeft[i].menuId) {
detailContent[0].scrollTop = detailLeft[i].offsetTop - 150
return
}
@@ -392,7 +392,7 @@
return
}
for (let i = 0; i < this.resultData.textRight.length; i++) {
- if (node.parentId && node.itemName == this.resultData.textRight[i].itemsName) {
+ if (node.parentId && node.menuId == this.resultData.textRight[i].menuId) {
detailContent[0].scrollTop = detailRight[i].offsetTop - 150
return
}