From 582655a66df53689a3716cea16096f0322e6d516 Mon Sep 17 00:00:00 2001 From: Cheng Zhou Date: Tue, 16 Dec 2025 21:13:11 +0800 Subject: [PATCH] =?UTF-8?q?Step=20F4=EF=BC=9A=E4=BB=BB=E5=8A=A1=EF=BC=88Ta?= =?UTF-8?q?sk=EF=BC=89&=20=E9=87=8C=E7=A8=8B=E7=A2=91=EF=BC=88Milestone?= =?UTF-8?q?=EF=BC=89=E7=AE=A1=E7=90=86=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/TaskForm.vue | 152 +++++++++++++++++++++++++ frontend/src/views/Tasks.vue | 160 ++++++++++++++++++++++++++- 2 files changed, 310 insertions(+), 2 deletions(-) create mode 100644 frontend/src/components/TaskForm.vue diff --git a/frontend/src/components/TaskForm.vue b/frontend/src/components/TaskForm.vue new file mode 100644 index 00000000..adf665c1 --- /dev/null +++ b/frontend/src/components/TaskForm.vue @@ -0,0 +1,152 @@ + + + diff --git a/frontend/src/views/Tasks.vue b/frontend/src/views/Tasks.vue index 51d7406c..29b719b9 100644 --- a/frontend/src/views/Tasks.vue +++ b/frontend/src/views/Tasks.vue @@ -1,13 +1,169 @@ - +