From 5ddc3112b7041059646c5d836fe7fb03e49dfe1c Mon Sep 17 00:00:00 2001
From: yangys <y_ys79@sina.com>
Date: 星期日, 10 八月 2025 18:37:50 +0800
Subject: [PATCH] 修改生成标题的错误

---
 src/views/flow/todoindex.vue |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/views/flow/todoindex.vue b/src/views/flow/todoindex.vue
index 3318da0..a128ca8 100644
--- a/src/views/flow/todoindex.vue
+++ b/src/views/flow/todoindex.vue
@@ -1,7 +1,7 @@
 <!--
  * @Date: 2025-08-10 14:14:58
  * @LastEditors: gaoshp
- * @LastEditTime: 2025-08-10 14:18:38
+ * @LastEditTime: 2025-08-10 14:32:11
  * @FilePath: /mdmweb/src/views/flow/todoindex.vue
 -->
 <template>
@@ -15,16 +15,18 @@
                 <todolist></todolist>
             </el-tab-pane>
             <el-tab-pane label="宸插姙" name="done">
-
+                <donelist> </donelist>
             </el-tab-pane>
         </el-tabs>
     </basic-container>
 </template>
 <script>
 import todolist from './todolist.vue';
+import donelist from './donelist.vue';
 export default {
     components: {
         todolist,
+        donelist
     },
     data() {
         return {

--
Gitblit v1.9.3