浏览代码

Merge branch 'feature_20250819_产品列表多余线条优化' into release

zhujindu 3 月之前
父节点
当前提交
c015b88837
共有 3 个文件被更改,包括 5 次插入2 次删除
  1. 1 1
      src/components/share.vue
  2. 3 0
      src/views/deviceOutside/productItem.vue
  3. 1 1
      src/views/deviceWithin/addStoreVisit.vue

+ 1 - 1
src/components/share.vue

@@ -185,7 +185,7 @@ export default {
   created() {
     this.zIndex = -1;
     this.canvasImageUrl = '';
-    let links = process.env.NODE_ENV == 'production' ? ' http://1.npz.cn/3/' : 'http://1.npz.cn/2/';
+    let links = process.env.NODE_ENV == 'production' ? 'http://1.npz.cn/3/' : 'http://1.npz.cn/2/';
     this.vueQrText = links + this.reportId;
     this.toastLoading(0, '生成中...', true);
   },

+ 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

@@ -4324,7 +4324,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);
         }
       }