From e991163b87d65c779b495074ef961a2d6e4d287d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BE=89?= <814457906@qq.com> Date: Tue, 9 Apr 2024 14:41:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../system/ManuallyCreatingTasks/index.vue | 60 +++- src/views/system/components/question.vue | 1 + src/views/system/components/script.vue | 306 ++++++++++++++++++ 3 files changed, 358 insertions(+), 9 deletions(-) create mode 100644 src/views/system/components/script.vue diff --git a/src/views/system/ManuallyCreatingTasks/index.vue b/src/views/system/ManuallyCreatingTasks/index.vue index a533e1c..a1d4262 100644 --- a/src/views/system/ManuallyCreatingTasks/index.vue +++ b/src/views/system/ManuallyCreatingTasks/index.vue @@ -31,7 +31,7 @@ :color="listindex == index ? '#409EFF' : ''" @click.native='clicktimelineitem(item, index)'>
3333333
+