diff --git a/src/views/custom_follow/detail.vue b/src/views/custom_follow/detail.vue index 65c47e7..43653d0 100644 --- a/src/views/custom_follow/detail.vue +++ b/src/views/custom_follow/detail.vue @@ -4,22 +4,30 @@ - {{ formData.name }} - {{ formData.custom_name }} - {{ formData.contacts }} + {{ + formData.name }} + {{ + formData.custom_name }} + {{ + formData.custom_master_name }} {{ formData.date }} - - {{ formData.executor }} - {{ formData.description }} + + {{ + formData.executor }} + {{ + formData.description }} - {{ formData.next_follow_date }} + {{ + formData.next_follow_date }}
- 文件{{ index + 1 }}查看 + 文件{{ index + 1 }}查看
diff --git a/src/views/custom_follow/edit.vue b/src/views/custom_follow/edit.vue index 62669ae..99248ea 100644 --- a/src/views/custom_follow/edit.vue +++ b/src/views/custom_follow/edit.vue @@ -8,8 +8,8 @@ - - + + ) => { const customEvent = (e: any) => { formData.custom_id = e.id; formData.custom_name = e.name; + formData.custom_master_name = e.master_name; showDialog.value = false; }; diff --git a/src/views/custom_follow/index.vue b/src/views/custom_follow/index.vue index cd06907..5d9184e 100644 --- a/src/views/custom_follow/index.vue +++ b/src/views/custom_follow/index.vue @@ -47,7 +47,7 @@ - +