From b1bc97edafe1367503a57be94e38070525474593 Mon Sep 17 00:00:00 2001
From: lzhe <181968431@qq.com>
Date: 星期二, 12 八月 2025 21:42:44 +0800
Subject: [PATCH] Merge branch 'master' of http://www.beijingsoft.cn:9090/r/mdmweb

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

diff --git a/src/views/flow/todoindex.vue b/src/views/flow/todoindex.vue
index a128ca8..1774eab 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:32:11
+ * @LastEditTime: 2025-08-11 21:46:04
  * @FilePath: /mdmweb/src/views/flow/todoindex.vue
 -->
 <template>
@@ -12,10 +12,10 @@
             class="demo-tabs"
         >
             <el-tab-pane label="寰呭姙" name="todo">
-                <todolist></todolist>
+                <todolist v-if="activeName==='todo'"></todolist>
             </el-tab-pane>
             <el-tab-pane label="宸插姙" name="done">
-                <donelist> </donelist>
+                <donelist v-if="activeName==='done'"> </donelist>
             </el-tab-pane>
         </el-tabs>
     </basic-container>

--
Gitblit v1.9.3