From 239fe20af73c1c9a4c86acd947d77c8836f03f9e Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期四, 10 十一月 2022 14:00:31 +0800
Subject: [PATCH] 1.优化工单行选中功能

---
 src/views/scgl/gdplgb.vue |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/views/scgl/gdplgb.vue b/src/views/scgl/gdplgb.vue
index 9cedb07..dcc9176 100644
--- a/src/views/scgl/gdplgb.vue
+++ b/src/views/scgl/gdplgb.vue
@@ -162,12 +162,14 @@
             prop="partname"
             min-width="150"
             label="浜у搧鍚嶇О"
+            show-tooltip-when-overflow
             sortable="custom"
           />
           <el-table-column
             prop="partspec"
             label="浜у搧瑙勬牸"
             sortable="custom"
+            show-tooltip-when-overflow
             width="110"
           >
             <template slot-scope="{row}">

--
Gitblit v1.9.3