From b58dc818feacbfc6bf01453b0db8ad3306c8d6dd Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期二, 20 十二月 2022 10:37:18 +0800
Subject: [PATCH] 1.table表新增show-tooltip-when-overflow属性

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

diff --git a/src/views/scgl/zdpc.vue b/src/views/scgl/zdpc.vue
index e33375c..8a42ce4 100644
--- a/src/views/scgl/zdpc.vue
+++ b/src/views/scgl/zdpc.vue
@@ -71,6 +71,7 @@
           />
           <el-table-column
             prop="AdvaSchePiroQue"
+            show-tooltip-when-overflow
             label="浼樺厛绾�"
             width="90"
             sortable="custom"
@@ -112,6 +113,7 @@
             prop="AdvaSchePartSpec"
             label="浜у搧瑙勬牸"
             width="110"
+            show-tooltip-when-overflow
             sortable="custom"
           >
             <template slot-scope="{row}">
@@ -122,6 +124,7 @@
           <el-table-column
             prop="AdvaScheQty"
             label="鏁伴噺"
+            show-tooltip-when-overflow
             width="110"
             sortable="custom"
           />
@@ -129,11 +132,13 @@
             prop="AdvaScheEndDate"
             label="瑕佹眰浜や粯鏃堕棿"
             sortable="custom"
+            show-tooltip-when-overflow
             width="160"
           />
           <el-table-column
             prop="AdvaScheStus"
             label="鎺掔▼鐘舵��"
+            show-tooltip-when-overflow
             width="110"
             sortable="custom"
           >
@@ -145,6 +150,7 @@
           <el-table-column
             prop="AdvaScheBotProcName"
             label="鎺掔▼宸ュ簭"
+            show-tooltip-when-overflow
             width="110"
             sortable="custom"
           />
@@ -153,6 +159,7 @@
             label="璁″垝鎺掔▼鏃堕棿"
             width="160"
             sortable="custom"
+            show-tooltip-when-overflow
           >
             <template slot-scope="{row}">
               <div v-if="row.AdvaSchePCStartDate">{{ row.AdvaSchePCStartDate }}</div>

--
Gitblit v1.9.3