diff --git a/components/archive-detail/follow-up-manage-tab.vue b/components/archive-detail/follow-up-manage-tab.vue index 7c40e6f..8babfb0 100644 --- a/components/archive-detail/follow-up-manage-tab.vue +++ b/components/archive-detail/follow-up-manage-tab.vue @@ -67,6 +67,21 @@ + + 任务状态 + + + {{ t.label }} + + + + 任务类型 @@ -119,7 +134,12 @@ + + + diff --git a/components/manage-plan/plan-node-item.vue b/components/manage-plan/plan-node-item.vue new file mode 100644 index 0000000..2034e5b --- /dev/null +++ b/components/manage-plan/plan-node-item.vue @@ -0,0 +1,113 @@ + + + + + + diff --git a/components/manage-plan/plan-node-list.vue b/components/manage-plan/plan-node-list.vue new file mode 100644 index 0000000..f4f5769 --- /dev/null +++ b/components/manage-plan/plan-node-list.vue @@ -0,0 +1,128 @@ + + + + + + diff --git a/pages.json b/pages.json index 81c291c..55f13f8 100644 --- a/pages.json +++ b/pages.json @@ -19,12 +19,6 @@ "navigationStyle": "custom" } }, - // { - // "path": "pages/message/index", - // "style": { - // "navigationBarTitleText": "消息" - // } - // }, { "path": "pages/message/index", "style": { @@ -134,6 +128,18 @@ "navigationBarTitleText": "回访计划" } }, + { + "path": "pages/case/plan-preview", + "style": { + "navigationBarTitleText": "回访计划详情" + } + }, + { + "path": "pages/case/plan-execute", + "style": { + "navigationBarTitleText": "执行回访计划" + } + }, { "path": "pages/work/work", "style": { diff --git a/pages/case/followup-detail.vue b/pages/case/followup-detail.vue index d49e0ea..14e6f1f 100644 --- a/pages/case/followup-detail.vue +++ b/pages/case/followup-detail.vue @@ -1,51 +1,87 @@