Browse Source

Merge branch 'feature_20250819_产品列表多余线条优化' into uat(dev)

zhujindu 3 months ago
parent
commit
d7a4820cd9

+ 3 - 0
src/views/deviceOutside/productItem.vue

@@ -281,5 +281,8 @@ export default {
       font-size: 14px;
     }
   }
+  .el-table::before {
+    height: 0;
+  }
 }
 </style>

+ 1 - 1
src/views/deviceWithin/addStoreVisit.vue

@@ -4300,7 +4300,7 @@ export default {
               .collectionItems[this.childIndex].collectionOptionList[this.childIndex2]
               .collectionItems[this.childIndex3].collectionOptionList[this.childIndex4]
               .collectionItems[this.childIndex5];
-          let fileInfoList = fileInfoList.concat(val.fileInfoList);
+          let fileInfoList = collectionItems.fileInfoList.concat(val.fileInfoList);
           this.$set(collectionItems, 'fileInfoList', fileInfoList);
         }
       }