From 22f2c6c9b87c36cd0c22fc40f463e80abae66325 Mon Sep 17 00:00:00 2001 From: liutong <836164388@qq.com> Date: Sun, 18 May 2025 19:16:07 +0800 Subject: [PATCH] =?UTF-8?q?feat(components):=20=E9=87=8D=E6=9E=84=E5=AE=A2?= =?UTF-8?q?=E6=88=B7=E6=B7=BB=E5=8A=A0=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 更新了客户添加页面的布局和样式 - 增加了新的字段和选项,如来源、顾问等 - 优化了表单提交流程,分为基础信息和六要素两个步骤 - 重新设计了下拉选择器和日期选择器的使用方式- 调整了部分字段的命名和展示逻辑 --- components/AQ/AQTabber.vue | 23 +- pages/market/clue/add_clues.vue | 1010 ++++++++++++++++--------------- 2 files changed, 529 insertions(+), 504 deletions(-) diff --git a/components/AQ/AQTabber.vue b/components/AQ/AQTabber.vue index 2a07c49..b0508f7 100644 --- a/components/AQ/AQTabber.vue +++ b/components/AQ/AQTabber.vue @@ -7,16 +7,16 @@ 快捷新增 - - - - 添加跟进记录 - - - - 转交跟进任务 - - + + + + + + + + + + 添加客户 @@ -196,7 +196,8 @@ } .fui-custom__wrap { width: 100%; - height: 600rpx; + //height: 600rpx; + height: 450rpx; } .title{ font-size: 36rpx; diff --git a/pages/market/clue/add_clues.vue b/pages/market/clue/add_clues.vue index ef1aac6..76541c0 100644 --- a/pages/market/clue/add_clues.vue +++ b/pages/market/clue/add_clues.vue @@ -1,209 +1,378 @@