tanghaolin
2025-04-28 5ab9267c972308b7d1b250071d3d48ff98f23254
src/views/SPump/Select/PumpList/General.vue
@@ -1625,7 +1625,7 @@
            };
            let ThumbnailImage = noneImg; //默认图片路径
            if (item.ThumbnailImage && item.ThumbnailImage != '') {
               ThumbnailImage = window.globalConfig.WebApiUrl.FileUrl + item.ThumbnailImage;
               ThumbnailImage = window.globalConfig.WebApiUrl.FileUrl + 'Data/' + item.ThumbnailImage;
            }
            tableItem.ThumbnailImage = ThumbnailImage;
            // 叶轮直径
@@ -2011,7 +2011,7 @@
.eec-level-name {
   position: absolute;
   left: 31px;
   top:1.5px;
   top: 1.5px;
   color: #fff;
   font-size: 12px;
}