From 1752dc60cced88ff7fc1b1e652769161ac54fa3c Mon Sep 17 00:00:00 2001
From: yangys <y_ys79@sina.com>
Date: 星期四, 11 九月 2025 11:04:16 +0800
Subject: [PATCH] 修复替换流程bug

---
 src/views/flow/components/TodolistLeft.vue |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

diff --git a/src/views/flow/components/TodolistLeft.vue b/src/views/flow/components/TodolistLeft.vue
index 4df7fae..5fe03fe 100644
--- a/src/views/flow/components/TodolistLeft.vue
+++ b/src/views/flow/components/TodolistLeft.vue
@@ -31,9 +31,17 @@
                     <div style="display: flex;align-items: center;">
                         <span style="margin-right: 8px;">{{ row.name }}</span>
                         <el-icon v-if="row.fileType === 'other'">
+                            <el-tooltip class="box-item" effect="light" content="鍏朵粬鏂囦欢"  placement="right">
                             <FolderOpened />
+                            </el-tooltip>
                         </el-icon>
-                        <img v-else src="./app.jpg" alt="" width="16" height="16">
+                        <el-icon v-if="row.fileType === 'program'">
+                            <el-tooltip class="box-item" effect="light" content="绋嬪簭鏂囦欢"  placement="right">
+                                <Tickets/>
+                            </el-tooltip>
+                        </el-icon>
+                        
+                        <!--<img v-else src="./app.jpg" alt="" width="16" height="16">-->
                     </div>
                 </template>
             </el-table-column>

--
Gitblit v1.9.3