From fdd8b5a108ce6adef15d88a9c4c520205ed84c94 Mon Sep 17 00:00:00 2001
From: wuyouming666 <2265557248@qq.com>
Date: 星期三, 17 七月 2024 14:17:22 +0800
Subject: [PATCH] 原片仓储配置
---
UI-Project/src/views/PurchaseReturn/purchaseStorage.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/UI-Project/src/views/PurchaseReturn/purchaseStorage.vue b/UI-Project/src/views/PurchaseReturn/purchaseStorage.vue
index 2a98019..d987eb8 100644
--- a/UI-Project/src/views/PurchaseReturn/purchaseStorage.vue
+++ b/UI-Project/src/views/PurchaseReturn/purchaseStorage.vue
@@ -38,7 +38,7 @@
widtha: rect.width,
heighta: rect.height,
}));
- console.log(data.intoGlass[0]);
+ console.log(adjustedRects.value);
};
onMounted(() => {
// fetchFlowCardId();
@@ -56,7 +56,7 @@
<div style="margin-top: 10px;">
<div>
<el-card style="margin-left: 10px;margin-top: 10px;margin-right: 10px;" v-loading="loading">
- <el-scrollbar height="630px">
+ <el-scrollbar height="600px">
<div style="position: relative;width: 1400px;">
<div
v-for="(rect, index) in adjustedRects"
--
Gitblit v1.8.0