From c143be72329489ce0cb74e74bf3455ac405087e5 Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期五, 10 一月 2025 17:16:20 +0800
Subject: [PATCH] 表单回显优化

---
 src/views/projectProcess/index.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/projectProcess/index.vue b/src/views/projectProcess/index.vue
index 45f2197..a71814a 100644
--- a/src/views/projectProcess/index.vue
+++ b/src/views/projectProcess/index.vue
@@ -197,6 +197,7 @@
         :prop="item.id"
         :label="item.label"
         :min-width="item.minWidth"
+        :show-overflow-tooltip="item.showOverflowTooltip"
       >
         <template slot-scope="scope">
           <!-- 浣跨敤鍏峰悕鎻掓Ы -->
@@ -392,7 +393,6 @@
   methods: {
     // 鏌ョ湅璇︽儏
     lookProcessDetail(row) {
-      console.log(row.processDefId)
       this.$router.push({
         path: '/projectFlow/detail',
         query: {

--
Gitblit v1.8.0