From 8e12a62a4dd38f2037e7112d8fc6ced6c0509c4e Mon Sep 17 00:00:00 2001 From: liutong <836164388@qq.com> Date: Tue, 1 Apr 2025 17:42:06 +0800 Subject: [PATCH] =?UTF-8?q?feat(market):=20=E6=B7=BB=E5=8A=A0=E7=BA=BF?= =?UTF-8?q?=E7=B4=A2=E6=9D=A5=E6=BA=90=E6=B8=A0=E9=81=93=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在 add_clues.vue 中添加了来源渠道选择功能- 在 writing_followUp.vue 中: - 修改了跟进类型的标题为选择线索 - 更新了上传录音的占位符 - 移除了学员名称字段 - 添加了表单数据对象 formData - 更新了 existing_data函数,增加了新的表单字段 --- pages/market/clue/add_clues.vue | 15 ++++++++ pages/market/clue/writing_followUp.vue | 47 ++++++++++++++++++++------ 2 files changed, 51 insertions(+), 11 deletions(-) diff --git a/pages/market/clue/add_clues.vue b/pages/market/clue/add_clues.vue index 700c0ee..9864d99 100644 --- a/pages/market/clue/add_clues.vue +++ b/pages/market/clue/add_clues.vue @@ -82,6 +82,21 @@ + + + + 点击选择 + + + {{ result_customer_source }} + + + + + + diff --git a/pages/market/clue/writing_followUp.vue b/pages/market/clue/writing_followUp.vue index dc7668f..957be71 100644 --- a/pages/market/clue/writing_followUp.vue +++ b/pages/market/clue/writing_followUp.vue @@ -4,7 +4,7 @@ {{ result_leixing }} + + {{ result_date }} + - @@ -47,14 +50,16 @@ - - 点击选择 - - {{ result_student }} - - + + + + + + + + + + {{ result_status }} +