From fecd3d3cc13028a736fbd0fad1eb9e3e1c6a4abc Mon Sep 17 00:00:00 2001
From: 李喆(开发组) <lzhe@yxqiche.com>
Date: 星期一, 11 八月 2025 09:37:07 +0800
Subject: [PATCH] 1
---
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