From 88a73fb2b1010eff9091f64525d6f5236ff3df1d Mon Sep 17 00:00:00 2001
From: spring <2396852758@qq.com>
Date: 星期三, 01 四月 2026 17:38:23 +0800
Subject: [PATCH] fix: 备件领用记录修改

---
 src/views/consumablesLogistics/stockReport/index.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/views/consumablesLogistics/stockReport/index.vue b/src/views/consumablesLogistics/stockReport/index.vue
index 3daddfc..7c82920 100644
--- a/src/views/consumablesLogistics/stockReport/index.vue
+++ b/src/views/consumablesLogistics/stockReport/index.vue
@@ -214,11 +214,11 @@
              prop="currentStock"
              align="center"
            />
-            <el-table-column
+            <!-- <el-table-column
              label="鐜板噣閲�(鍚�)"
              prop="currentWeight"
              align="center"
-           />
+           /> -->
            <el-table-column label="鏉ユ簮"
                             prop="recordType"
                             v-if="searchForm.reportType !== 'inout'"

--
Gitblit v1.9.3