From fcd321a4c2e60b29cc8218a7e5889b11e0ac094f Mon Sep 17 00:00:00 2001 From: weiz <736250432@qq.com> Date: Sat, 20 Jan 2024 16:06:07 +0800 Subject: [PATCH] update --- src/views/custom_follow/detail.vue | 24 ++++++++++++++++-------- src/views/custom_follow/edit.vue | 7 ++++--- src/views/custom_follow/index.vue | 2 +- 3 files changed, 21 insertions(+), 12 deletions(-) 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 @@ - +