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