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)'>
- + @@ -39,7 +39,7 @@ - +
@@ -47,8 +47,13 @@
-

2

-

3333333

+

+ {{ item.taskType == 'PHONE_OUTBOUND' ? "电话外呼" : "" }} + {{ item.taskType == 'QUESTIONNAIRE_SCALE' ? "问卷量表" : "" }} + {{ item.taskType == 'PROPAGANDA_ARTICLE' ? "宣教文案" : "" }} + {{ item.taskType == 'TEXT_REMIND' ? "文字提醒" : "" }} + {{ item.taskType == 'ARTIFICIAL_FOLLOW_UP' ? "人工随访" : "" }} +

@@ -65,7 +70,7 @@ - + @@ -79,7 +84,7 @@ - + + \ No newline at end of file