From 61437258408a0c4c11ef4334ba1b720a52e289eb Mon Sep 17 00:00:00 2001
From: gaoshp <291585735@qq.com>
Date: 星期三, 27 八月 2025 20:51:14 +0800
Subject: [PATCH] 修改标题

---
 src/views/flow/components/TodolistLeft.vue |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/src/views/flow/components/TodolistLeft.vue b/src/views/flow/components/TodolistLeft.vue
index 771deed..1707ae3 100644
--- a/src/views/flow/components/TodolistLeft.vue
+++ b/src/views/flow/components/TodolistLeft.vue
@@ -1,7 +1,7 @@
 <!--
  * @Date: 2025-07-01 20:45:15
  * @LastEditors: gaoshp
- * @LastEditTime: 2025-08-27 20:43:12
+ * @LastEditTime: 2025-08-27 20:48:41
  * @FilePath: /mdmweb/src/views/flow/components/TodolistLeft.vue
 -->
 <template>
@@ -42,9 +42,8 @@
                 </template>
             </el-table-column>
         </el-table>
-        <h4>闆剁粍浠跺彿: {{row.variables.drawingNo}} 宸ュ簭鍙�: {{row.variables.processNo }} 宸ュ簭鐗堟: {{ row.variables.processEdition }}</h4>
         <el-collapse>
-            <el-collapse-item title="鍥哄寲鏃х増鏈�" name="1">
+            <el-collapse-item :title="`鍥哄寲鏃х増鏈�: 闆剁粍浠跺彿: ${row.variables.drawingNo} 宸ュ簭鍙�: ${row.variables.processNo } 宸ュ簭鐗堟: ${ row.variables.processEdition }`" name="1">
                 <el-table :data="fileData" border @row-click="showContent" max-height="200" highlight-current-row>
                     <el-table-column type="index" label="#" width="40" align="center" />
                     <el-table-column prop="name" label="鏂囦欢鍚�">

--
Gitblit v1.9.3