From b5f66017cfaeb8bfbfebe1f93f34b9bc37e33e0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E5=BF=A0=E6=9E=97?= <170083662@qq.com> Date: Thu, 16 Apr 2026 17:11:39 +0800 Subject: [PATCH] =?UTF-8?q?feat(referral):=20=E6=96=B0=E5=A2=9E=E6=A5=BC?= =?UTF-8?q?=E6=A0=8B=E5=8D=95=E5=85=83=E6=A5=BC=E5=B1=82=E6=88=BF=E5=8F=B7?= =?UTF-8?q?=E7=B2=BE=E7=BB=86=E9=80=89=E6=8B=A9=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将房号唯一键增加楼层字段,修改相关函数支持楼层处理 - 新增楼栋、单元、楼层、房号的选择状态和搜索过滤功能 - 实现楼栋、单元、楼层、房号的选择弹窗和清除按钮 - 表单改用选择控件替代输入框,隐藏字段同步表单数据 - 修改表单校验,验证楼栋、楼层、房号 --- .workbuddy/expert-history.json | 2 +- src/dealer/referral/index.config.ts | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.workbuddy/expert-history.json b/.workbuddy/expert-history.json index 2f8c83e..ef7c310 100644 --- a/.workbuddy/expert-history.json +++ b/.workbuddy/expert-history.json @@ -35,5 +35,5 @@ } ] }, - "lastUpdated": 1776330360601 + "lastUpdated": 1776330646965 } \ No newline at end of file diff --git a/src/dealer/referral/index.config.ts b/src/dealer/referral/index.config.ts index df28c7e..eb495dd 100644 --- a/src/dealer/referral/index.config.ts +++ b/src/dealer/referral/index.config.ts @@ -1,3 +1,3 @@ -{ - "navigationBarTitleText": "推荐客户赚佣金" -} +export default definePageConfig({ + navigationBarTitleText: '推荐客户赚佣金' +})