From 5efed41edcade2ed54e1ec1776a87b9969f21830 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=8D=A2=E6=A1=82=E5=90=8D?= <2106139272@qq.com>
Date: Fri, 20 Jan 2023 11:55:31 +0800
Subject: [PATCH] =?UTF-8?q?TodoTask=E7=BC=96=E8=BE=91=E8=A1=A8=E5=8D=95?=
=?UTF-8?q?=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/TodoTask.vue | 127 ++++++++++++++++++++++++++++-------------
1 file changed, 88 insertions(+), 39 deletions(-)
diff --git a/src/views/TodoTask.vue b/src/views/TodoTask.vue
index 356b682..63c4c10 100644
--- a/src/views/TodoTask.vue
+++ b/src/views/TodoTask.vue
@@ -39,7 +39,7 @@
v-for="(todo, idx) in todoList"
:key="todo.execute_date + idx"
>
-
{{ task.content
@@ -225,26 +225,20 @@