+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 天
+
+
+
+
+
+
+
+ 2
+ 3333333
+
+
+
+
+
+
+
+
+ 电话外呼
+ 问卷量表
+ 宣教文案
+ 文字提醒
+ 人工随访
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -8,10 +93,114 @@ export default {
name: "ManuallyCreatingTasks",
data() {
return {
- };
+ updata: {
+ routeName: '',
+ suitRange: ''
+ },
+ formInline: {
+ taskType: '',
+ questionExpirationDate: "",
+ },
+ list: [{
+
+ }, {}],
+ listindex: 0,
+ }
},
created() {
},
- methods: {}
+ methods: {
+ clicktimelineitem(item, index) {
+ this.formInline = item
+ this.listindex = index
+ },
+ additem(item) {
+ item.push({
+ })
+ },
+ delitem(item, index) {
+ this.list.splice(index, 1)
+ },
+ }
};
-
\ No newline at end of file
+
+
\ No newline at end of file
diff --git a/src/views/system/addQuestionnaire/index.vue b/src/views/system/addQuestionnaire/index.vue
index 03c3ec7..f0fa224 100644
--- a/src/views/system/addQuestionnaire/index.vue
+++ b/src/views/system/addQuestionnaire/index.vue
@@ -281,8 +281,6 @@
placeholder="填写问卷时,用户需要在此输入答案" />