From e788e5d1e5340bde32a54e0a9165528b4c93a2dd Mon Sep 17 00:00:00 2001
From: spring <2396852758@qq.com>
Date: 星期一, 23 三月 2026 11:15:10 +0800
Subject: [PATCH] fix: 耗材调整

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

diff --git a/src/views/consumablesLogistics/receiptManagement/Record.vue b/src/views/consumablesLogistics/receiptManagement/Record.vue
index 8c5819f..571a22a 100644
--- a/src/views/consumablesLogistics/receiptManagement/Record.vue
+++ b/src/views/consumablesLogistics/receiptManagement/Record.vue
@@ -86,7 +86,7 @@
             {{ getRecordType(scope.row.recordType) }}
           </template>
         </el-table-column> -->
-        <el-table-column label="鎿嶄綔"
+        <!-- <el-table-column label="鎿嶄綔"
                          width="120"
                          align="center">
           <template #default="scope">
@@ -94,7 +94,7 @@
                        size="mini"
                        @click="handlePreview(scope.row)">瀵煎嚭杩囩鍗�</el-button>
           </template>
-        </el-table-column>
+        </el-table-column> -->
       </el-table>
       <div style="margin-top: 12px; display: flex; justify-content: flex-end;">
         <pagination v-show="total > 0"

--
Gitblit v1.9.3