From 19f0e68b3fe3cf5244a2b936bfef4e0712bdf025 Mon Sep 17 00:00:00 2001
From: zhangwencui <1064582902@qq.com>
Date: 星期六, 20 六月 2026 11:02:12 +0800
Subject: [PATCH] tooltip错位修改

---
 src/views/inventoryManagement/dispatchLog/Record.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/views/inventoryManagement/dispatchLog/Record.vue b/src/views/inventoryManagement/dispatchLog/Record.vue
index fb24e40..479a379 100644
--- a/src/views/inventoryManagement/dispatchLog/Record.vue
+++ b/src/views/inventoryManagement/dispatchLog/Record.vue
@@ -75,7 +75,7 @@
       </el-form>
     </div>
     <div class="actions">
-      <el-button type="primary" @click="handleBatchApprove">瀹℃壒</el-button>
+      <!-- <el-button type="primary" @click="handleBatchApprove">瀹℃壒</el-button> -->
       <el-button @click="handleOut">瀵煎嚭</el-button>
       <el-button type="danger" plain @click="handleDelete">鍒犻櫎</el-button>
       <el-button type="primary" plain @click="handlePrint">鎵撳嵃</el-button>
@@ -123,7 +123,7 @@
             {{ getRecordType(scope.row.recordType) }}
           </template>
         </el-table-column>
-        <el-table-column
+        <!-- <el-table-column
           label="瀹℃壒鐘舵��"
           prop="approvalStatus"
           show-overflow-tooltip
@@ -136,7 +136,7 @@
               {{ getApprovalStatusLabel(scope.row.approvalStatus) }}
             </el-tag>
           </template>
-        </el-table-column>
+        </el-table-column> -->
       </el-table>
       <pagination
         v-show="total > 0"

--
Gitblit v1.9.3