From dc245aa345a2e9a3fd386fb53a42915a7261b64c Mon Sep 17 00:00:00 2001 From: wersd <1523826083@qq.com> Date: Thu, 12 Jun 2025 22:43:09 +0800 Subject: [PATCH] =?UTF-8?q?CRM=20=E5=AE=A2=E6=88=B7=E7=AE=A1=E7=90=86=20?= =?UTF-8?q?=E6=9D=83=E9=99=90=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../crm/followup/components/FollowUpList.vue | 352 ++++++++++++++++++ .../components/FollowUpRecordForm.vue | 193 ++++++++++ 2 files changed, 545 insertions(+) create mode 100644 src/views/crm/followup/components/FollowUpList.vue create mode 100644 src/views/crm/followup/components/FollowUpRecordForm.vue diff --git a/src/views/crm/followup/components/FollowUpList.vue b/src/views/crm/followup/components/FollowUpList.vue new file mode 100644 index 000000000..a7824d8bd --- /dev/null +++ b/src/views/crm/followup/components/FollowUpList.vue @@ -0,0 +1,352 @@ + + + + + + diff --git a/src/views/crm/followup/components/FollowUpRecordForm.vue b/src/views/crm/followup/components/FollowUpRecordForm.vue new file mode 100644 index 000000000..42ce66095 --- /dev/null +++ b/src/views/crm/followup/components/FollowUpRecordForm.vue @@ -0,0 +1,193 @@ + + +