From ff3b0db02d673ce5946fb3b88c008266019f5543 Mon Sep 17 00:00:00 2001 From: huang <1724659546@qq.com> Date: Tue, 23 Sep 2025 19:34:19 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=A9=E5=90=8E=E7=AB=AF=E5=88=A4=E6=96=ADco?= =?UTF-8?q?ntent=5Ftype?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/PlanDetail.vue | 217 ++++++++++++++++++++++------------ 1 file changed, 141 insertions(+), 76 deletions(-) diff --git a/src/components/PlanDetail.vue b/src/components/PlanDetail.vue index b65298e6..0ac2d60f 100644 --- a/src/components/PlanDetail.vue +++ b/src/components/PlanDetail.vue @@ -21,7 +21,7 @@
@@ -37,7 +37,7 @@ v-if="plan.content_type === 'tasks' || !plan.content_type" type="primary" size="small" - @click="showAddTaskDialog" + @click="showTaskEditorDialog()" >增加子任务
@@ -126,31 +126,31 @@ - + - + - + - + - + -