diff --git a/src/assets/indexlogo.png b/src/assets/indexlogo.png new file mode 100644 index 0000000..8dfafaa Binary files /dev/null and b/src/assets/indexlogo.png differ diff --git a/src/views/checkManage/checkOperation.vue b/src/views/checkManage/checkOperation.vue index 9715c9f..de80047 100644 --- a/src/views/checkManage/checkOperation.vue +++ b/src/views/checkManage/checkOperation.vue @@ -39,7 +39,18 @@ style="display: flex;align-items: center;justify-content: center;width:100px;height:300px;"> 暂无图片 -

盘点图

+

盘点图1

+ +
+ + + +
+ 暂无图片 +
+

盘点图2

@@ -182,6 +193,7 @@ export default { }).then(res => { if (res.data) { this.checkObj = res.data; + this.checkObj.checkPic2 = this.checkObj.checkPic + ".jpg" //this.shelveId = res.data.shelveId; //this.getScanAndCheck(); }