feat(医疗模块): 更新新增/修改弹窗表单,添加关联用户功能

- 在新增/修改弹窗中,添加关联用户的输入框,支持手机号/邮箱的自动补全
- 更新表单验证规则,确保关联用户为必填项
- 调整表单项的样式,统一标签宽度,提升用户体验
- 增加用户列表加载功能,优化用户选择流程
This commit is contained in:
2026-03-23 16:02:59 +08:00
parent 301b3a2582
commit 30237639c7
2 changed files with 73 additions and 14 deletions

View File

@@ -27,7 +27,7 @@
size="small"
style="width: 100%;"
v-model="dataForm.userKey"
debounce="500"
:debounce="500"
:fetch-suggestions="loadAll"
placeholder="请输入手机号/邮箱"
@select="handleSelect"