refactor(editMember): 编辑用户页独立,区分家庭/非家庭双模式表单

- 家庭用户:昵称(必填)、身份证(选填)、性别(切换按钮)、出生年月(date picker)、身高(必填)、体重(选填)
- 非家庭用户:姓名、单位、性别、年龄只读展示,身高(必填)、体重(选填)
- 提交时完整展开接口原始数据覆盖修改字段
- 去掉新增页专属的抽屉选择、确认弹框、身份证校验

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
17792275749
2026-06-11 10:16:13 +08:00
co-authored by Claude Opus 4.7
parent 05a5a438e3
commit fd93f37d72
4 changed files with 306 additions and 475 deletions
+2 -7
View File
@@ -1,8 +1,3 @@
{
"navigationBarTitleText": "编辑用户",
"usingComponents": {
"select-member-drawer": "/components/selectMemberDrawer/selectMemberDrawer",
"user-info-confirm-modal": "/components/userInfoConfirmModal/userInfoConfirmModal"
}
}
"navigationBarTitleText": "编辑用户"
}