From f8f4b4d42f1a6997a6e1a1d329f2296eb37a2a62 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期一, 26 九月 2022 14:31:15 +0800
Subject: [PATCH] 1.工艺路线备份

---
 src/views/zzmx/jpgj.vue |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/src/views/zzmx/jpgj.vue b/src/views/zzmx/jpgj.vue
index 8a179ae..1c987b3 100644
--- a/src/views/zzmx/jpgj.vue
+++ b/src/views/zzmx/jpgj.vue
@@ -136,6 +136,7 @@
             label="浜у搧瑙勬牸"
             min-width="110"
             sortable="custom"
+            show-tooltip-when-overflow
           >
             <template slot-scope="{row}">
               <div v-if="row.partspec">{{ row.partspec }}</div>
@@ -153,6 +154,7 @@
             label="宸ヨ壓璺嚎"
             sortable="custom"
             min-width="120"
+            show-tooltip-when-overflow
           />
           <el-table-column
             prop="stepname"
@@ -319,6 +321,8 @@
         </div>
 
         <el-table
+          ref="eqpDialogArrRef"
+          class="tableFixed"
           :data="eqpDialogArr"
           :height="tableHeight"
           :style="{width: 100+'%',height:tableHeight-50+'px',}"
@@ -674,6 +678,7 @@
       this.eqpDialogArr.forEach(item => {
         item.isVisible = 0
       })
+      this.$refs.tableDataRef.doLayout()
     },
     // 淇濆瓨琛�
     async saveRow(row) {

--
Gitblit v1.9.3